Uses of Class
com.oracle.bmc.securityattribute.responses.GetSecurityAttributeResponse
-
Packages that use GetSecurityAttributeResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of GetSecurityAttributeResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return GetSecurityAttributeResponse Modifier and Type Method Description GetSecurityAttributeResponse
SecurityAttribute. getSecurityAttribute(GetSecurityAttributeRequest request)
Gets the specified security attribute’s information.GetSecurityAttributeResponse
SecurityAttributeClient. getSecurityAttribute(GetSecurityAttributeRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type GetSecurityAttributeResponse Modifier and Type Method Description Future<GetSecurityAttributeResponse>
SecurityAttributeAsync. getSecurityAttribute(GetSecurityAttributeRequest request, AsyncHandler<GetSecurityAttributeRequest,GetSecurityAttributeResponse> handler)
Gets the specified security attribute’s information.Future<GetSecurityAttributeResponse>
SecurityAttributeAsyncClient. getSecurityAttribute(GetSecurityAttributeRequest request, AsyncHandler<GetSecurityAttributeRequest,GetSecurityAttributeResponse> handler)
-
Uses of GetSecurityAttributeResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return GetSecurityAttributeResponse Modifier and Type Method Description GetSecurityAttributeResponse
GetSecurityAttributeResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type GetSecurityAttributeResponse Modifier and Type Method Description GetSecurityAttributeResponse.Builder
GetSecurityAttributeResponse.Builder. copy(GetSecurityAttributeResponse o)
Copy method to populate the builder with values from the given instance.
-