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