Uses of Class
com.oracle.bmc.datasafe.responses.GetSecurityPolicyDeploymentResponse
-
Packages that use GetSecurityPolicyDeploymentResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetSecurityPolicyDeploymentResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetSecurityPolicyDeploymentResponse Modifier and Type Method Description GetSecurityPolicyDeploymentResponse
DataSafe. getSecurityPolicyDeployment(GetSecurityPolicyDeploymentRequest request)
Gets a security policy deployment by identifier.GetSecurityPolicyDeploymentResponse
DataSafeClient. getSecurityPolicyDeployment(GetSecurityPolicyDeploymentRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetSecurityPolicyDeploymentResponse Modifier and Type Method Description Future<GetSecurityPolicyDeploymentResponse>
DataSafeAsync. getSecurityPolicyDeployment(GetSecurityPolicyDeploymentRequest request, AsyncHandler<GetSecurityPolicyDeploymentRequest,GetSecurityPolicyDeploymentResponse> handler)
Gets a security policy deployment by identifier.Future<GetSecurityPolicyDeploymentResponse>
DataSafeAsyncClient. getSecurityPolicyDeployment(GetSecurityPolicyDeploymentRequest request, AsyncHandler<GetSecurityPolicyDeploymentRequest,GetSecurityPolicyDeploymentResponse> handler)
-
Uses of GetSecurityPolicyDeploymentResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetSecurityPolicyDeploymentResponse Modifier and Type Method Description GetSecurityPolicyDeploymentResponse
GetSecurityPolicyDeploymentResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetSecurityPolicyDeploymentResponse Modifier and Type Method Description GetSecurityPolicyDeploymentResponse.Builder
GetSecurityPolicyDeploymentResponse.Builder. copy(GetSecurityPolicyDeploymentResponse o)
Copy method to populate the builder with values from the given instance.
-