Uses of Class
com.oracle.bmc.identity.responses.CreatePolicyResponse
-
Packages that use CreatePolicyResponse Package Description com.oracle.bmc.identity com.oracle.bmc.identity.responses -
-
Uses of CreatePolicyResponse in com.oracle.bmc.identity
Methods in com.oracle.bmc.identity that return CreatePolicyResponse 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).CreatePolicyResponse
IdentityClient. createPolicy(CreatePolicyRequest request)
Methods in com.oracle.bmc.identity that return types with arguments of type CreatePolicyResponse 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)
Method parameters in com.oracle.bmc.identity with type arguments of type CreatePolicyResponse 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 CreatePolicyResponse in com.oracle.bmc.identity.responses
Methods in com.oracle.bmc.identity.responses that return CreatePolicyResponse Modifier and Type Method Description CreatePolicyResponse
CreatePolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identity.responses with parameters of type CreatePolicyResponse Modifier and Type Method Description CreatePolicyResponse.Builder
CreatePolicyResponse.Builder. copy(CreatePolicyResponse o)
Copy method to populate the builder with values from the given instance.
-