Uses of Class
com.oracle.bmc.identitydomains.requests.CreatePolicyRequest
-
Packages that use CreatePolicyRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of CreatePolicyRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type CreatePolicyRequest Modifier and Type Method Description CreatePolicyResponse
IdentityDomains. createPolicy(CreatePolicyRequest request)
Create a Policy.Future<CreatePolicyResponse>
IdentityDomainsAsync. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
Create a Policy.Future<CreatePolicyResponse>
IdentityDomainsAsyncClient. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
CreatePolicyResponse
IdentityDomainsClient. createPolicy(CreatePolicyRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type CreatePolicyRequest 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 CreatePolicyRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return CreatePolicyRequest Modifier and Type Method Description CreatePolicyRequest
CreatePolicyRequest.Builder. build()
Build the instance of CreatePolicyRequest as configured by this builderCreatePolicyRequest
CreatePolicyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of CreatePolicyRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type CreatePolicyRequest Modifier and Type Method Description CreatePolicyRequest.Builder
CreatePolicyRequest.Builder. copy(CreatePolicyRequest o)
Copy method to populate the builder with values from the given instance.
-