Uses of Class
com.oracle.bmc.identitydomains.responses.CreatePolicyResponse
- 
Packages that use CreatePolicyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses 
- 
- 
Uses of CreatePolicyResponse in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains that return CreatePolicyResponse Modifier and Type Method Description CreatePolicyResponseIdentityDomains. createPolicy(CreatePolicyRequest request)Create a Policy.CreatePolicyResponseIdentityDomainsClient. createPolicy(CreatePolicyRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type CreatePolicyResponse Modifier and Type Method Description Future<CreatePolicyResponse>IdentityDomainsAsync. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)Create a Policy.Future<CreatePolicyResponse>IdentityDomainsAsyncClient. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreatePolicyResponse Modifier and Type Method Description Future<CreatePolicyResponse>IdentityDomainsAsync. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)Create a Policy.Future<CreatePolicyResponse>IdentityDomainsAsyncClient. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
- 
Uses of CreatePolicyResponse in com.oracle.bmc.identitydomains.responsesMethods in com.oracle.bmc.identitydomains.responses that return CreatePolicyResponse Modifier and Type Method Description CreatePolicyResponseCreatePolicyResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type CreatePolicyResponse Modifier and Type Method Description CreatePolicyResponse.BuilderCreatePolicyResponse.Builder. copy(CreatePolicyResponse o)Copy method to populate the builder with values from the given instance.
 
-