Uses of Class
com.oracle.bmc.identity.requests.CreatePolicyRequest
-
Packages that use CreatePolicyRequest Package Description com.oracle.bmc.identity com.oracle.bmc.identity.requests -
-
Uses of CreatePolicyRequest in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity with parameters of type CreatePolicyRequest Modifier and Type Method Description CreatePolicyResponse
Identity. createPolicy(CreatePolicyRequest request)
Creates a new policy in the specified compartment (either the tenancy or another of your compartments).Future<CreatePolicyResponse>
IdentityAsync. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
Creates a new policy in the specified compartment (either the tenancy or another of your compartments).Future<CreatePolicyResponse>
IdentityAsyncClient. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
CreatePolicyResponse
IdentityClient. createPolicy(CreatePolicyRequest request)
Method parameters in com.oracle.bmc.identity with type arguments of type CreatePolicyRequest Modifier and Type Method Description Future<CreatePolicyResponse>
IdentityAsync. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
Creates a new policy in the specified compartment (either the tenancy or another of your compartments).Future<CreatePolicyResponse>
IdentityAsyncClient. createPolicy(CreatePolicyRequest request, AsyncHandler<CreatePolicyRequest,CreatePolicyResponse> handler)
-
Uses of CreatePolicyRequest in com.oracle.bmc.identity.requests
Methods in com.oracle.bmc.identity.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.identity.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.
-