Uses of Class
com.oracle.bmc.identity.responses.DeletePolicyResponse
-
Packages that use DeletePolicyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of DeletePolicyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return DeletePolicyResponse Modifier and Type Method Description DeletePolicyResponse
Identity. deletePolicy(DeletePolicyRequest request)
Deletes the specified policy.DeletePolicyResponse
IdentityClient. deletePolicy(DeletePolicyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type DeletePolicyResponse Modifier and Type Method Description Future<DeletePolicyResponse>
IdentityAsync. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
Deletes the specified policy.Future<DeletePolicyResponse>
IdentityAsyncClient. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
Method parameters in com.oracle.bmc.identity with type arguments of type DeletePolicyResponse Modifier and Type Method Description Future<DeletePolicyResponse>
IdentityAsync. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
Deletes the specified policy.Future<DeletePolicyResponse>
IdentityAsyncClient. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
-
Uses of DeletePolicyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return DeletePolicyResponse Modifier and Type Method Description DeletePolicyResponse
DeletePolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type DeletePolicyResponse Modifier and Type Method Description DeletePolicyResponse.Builder
DeletePolicyResponse.Builder. copy(DeletePolicyResponse o)
Copy method to populate the builder with values from the given instance.
-