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