Uses of Class
com.oracle.bmc.datasafe.responses.DeleteSecurityPolicyResponse
-
Packages that use DeleteSecurityPolicyResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of DeleteSecurityPolicyResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return DeleteSecurityPolicyResponse Modifier and Type Method Description DeleteSecurityPolicyResponseDataSafe. deleteSecurityPolicy(DeleteSecurityPolicyRequest request)Deletes the specified security policy.DeleteSecurityPolicyResponseDataSafeClient. deleteSecurityPolicy(DeleteSecurityPolicyRequest request)Methods in com.oracle.bmc.datasafe that return types with arguments of type DeleteSecurityPolicyResponse Modifier and Type Method Description Future<DeleteSecurityPolicyResponse>DataSafeAsync. deleteSecurityPolicy(DeleteSecurityPolicyRequest request, AsyncHandler<DeleteSecurityPolicyRequest,DeleteSecurityPolicyResponse> handler)Deletes the specified security policy.Future<DeleteSecurityPolicyResponse>DataSafeAsyncClient. deleteSecurityPolicy(DeleteSecurityPolicyRequest request, AsyncHandler<DeleteSecurityPolicyRequest,DeleteSecurityPolicyResponse> handler)Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteSecurityPolicyResponse Modifier and Type Method Description Future<DeleteSecurityPolicyResponse>DataSafeAsync. deleteSecurityPolicy(DeleteSecurityPolicyRequest request, AsyncHandler<DeleteSecurityPolicyRequest,DeleteSecurityPolicyResponse> handler)Deletes the specified security policy.Future<DeleteSecurityPolicyResponse>DataSafeAsyncClient. deleteSecurityPolicy(DeleteSecurityPolicyRequest request, AsyncHandler<DeleteSecurityPolicyRequest,DeleteSecurityPolicyResponse> handler) -
Uses of DeleteSecurityPolicyResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return DeleteSecurityPolicyResponse Modifier and Type Method Description DeleteSecurityPolicyResponseDeleteSecurityPolicyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type DeleteSecurityPolicyResponse Modifier and Type Method Description DeleteSecurityPolicyResponse.BuilderDeleteSecurityPolicyResponse.Builder. copy(DeleteSecurityPolicyResponse o)Copy method to populate the builder with values from the given instance.
-