Uses of Class
com.oracle.bmc.identitydomains.responses.PutPolicyResponse
-
Packages that use PutPolicyResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PutPolicyResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PutPolicyResponse Modifier and Type Method Description PutPolicyResponse
IdentityDomains. putPolicy(PutPolicyRequest request)
Replace a Policy.PutPolicyResponse
IdentityDomainsClient. putPolicy(PutPolicyRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PutPolicyResponse Modifier and Type Method Description Future<PutPolicyResponse>
IdentityDomainsAsync. putPolicy(PutPolicyRequest request, AsyncHandler<PutPolicyRequest,PutPolicyResponse> handler)
Replace a Policy.Future<PutPolicyResponse>
IdentityDomainsAsyncClient. putPolicy(PutPolicyRequest request, AsyncHandler<PutPolicyRequest,PutPolicyResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PutPolicyResponse Modifier and Type Method Description Future<PutPolicyResponse>
IdentityDomainsAsync. putPolicy(PutPolicyRequest request, AsyncHandler<PutPolicyRequest,PutPolicyResponse> handler)
Replace a Policy.Future<PutPolicyResponse>
IdentityDomainsAsyncClient. putPolicy(PutPolicyRequest request, AsyncHandler<PutPolicyRequest,PutPolicyResponse> handler)
-
Uses of PutPolicyResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PutPolicyResponse Modifier and Type Method Description PutPolicyResponse
PutPolicyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PutPolicyResponse Modifier and Type Method Description PutPolicyResponse.Builder
PutPolicyResponse.Builder. copy(PutPolicyResponse o)
Copy method to populate the builder with values from the given instance.
-