Uses of Class
com.oracle.bmc.securityattribute.responses.GetSecurityAttributeWorkRequestResponse
-
Packages that use GetSecurityAttributeWorkRequestResponse Package Description com.oracle.bmc.securityattribute com.oracle.bmc.securityattribute.responses -
-
Uses of GetSecurityAttributeWorkRequestResponse in com.oracle.bmc.securityattribute
Methods in com.oracle.bmc.securityattribute that return GetSecurityAttributeWorkRequestResponse Modifier and Type Method Description GetSecurityAttributeWorkRequestResponse
SecurityAttribute. getSecurityAttributeWorkRequest(GetSecurityAttributeWorkRequestRequest request)
Gets details on a specified work request.GetSecurityAttributeWorkRequestResponse
SecurityAttributeClient. getSecurityAttributeWorkRequest(GetSecurityAttributeWorkRequestRequest request)
Method parameters in com.oracle.bmc.securityattribute with type arguments of type GetSecurityAttributeWorkRequestResponse Modifier and Type Method Description Future<GetSecurityAttributeWorkRequestResponse>
SecurityAttributeAsync. getSecurityAttributeWorkRequest(GetSecurityAttributeWorkRequestRequest request, AsyncHandler<GetSecurityAttributeWorkRequestRequest,GetSecurityAttributeWorkRequestResponse> handler)
Gets details on a specified work request.Future<GetSecurityAttributeWorkRequestResponse>
SecurityAttributeAsyncClient. getSecurityAttributeWorkRequest(GetSecurityAttributeWorkRequestRequest request, AsyncHandler<GetSecurityAttributeWorkRequestRequest,GetSecurityAttributeWorkRequestResponse> handler)
-
Uses of GetSecurityAttributeWorkRequestResponse in com.oracle.bmc.securityattribute.responses
Methods in com.oracle.bmc.securityattribute.responses that return GetSecurityAttributeWorkRequestResponse Modifier and Type Method Description GetSecurityAttributeWorkRequestResponse
GetSecurityAttributeWorkRequestResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.securityattribute.responses with parameters of type GetSecurityAttributeWorkRequestResponse Modifier and Type Method Description GetSecurityAttributeWorkRequestResponse.Builder
GetSecurityAttributeWorkRequestResponse.Builder. copy(GetSecurityAttributeWorkRequestResponse o)
Copy method to populate the builder with values from the given instance.
-