Uses of Class
com.oracle.bmc.identitydomains.responses.DeletePolicyResponse
-
Packages that use DeletePolicyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of DeletePolicyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return DeletePolicyResponse Modifier and Type Method Description DeletePolicyResponse
IdentityDomains. deletePolicy(DeletePolicyRequest request)
Delete a Policy.DeletePolicyResponse
IdentityDomainsClient. deletePolicy(DeletePolicyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type DeletePolicyResponse Modifier and Type Method Description Future<DeletePolicyResponse>
IdentityDomainsAsync. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
Delete a Policy.Future<DeletePolicyResponse>
IdentityDomainsAsyncClient. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type DeletePolicyResponse Modifier and Type Method Description Future<DeletePolicyResponse>
IdentityDomainsAsync. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
Delete a Policy.Future<DeletePolicyResponse>
IdentityDomainsAsyncClient. deletePolicy(DeletePolicyRequest request, AsyncHandler<DeletePolicyRequest,DeletePolicyResponse> handler)
-
Uses of DeletePolicyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return DeletePolicyResponse Modifier and Type Method Description DeletePolicyResponse
DeletePolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.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.
-