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