Uses of Class
com.oracle.bmc.identitydomains.responses.PatchConditionResponse
- 
Packages that use PatchConditionResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses 
- 
- 
Uses of PatchConditionResponse in com.oracle.bmc.identitydomainsMethods in com.oracle.bmc.identitydomains that return PatchConditionResponse Modifier and Type Method Description PatchConditionResponseIdentityDomains. patchCondition(PatchConditionRequest request)Update a condition.PatchConditionResponseIdentityDomainsClient. patchCondition(PatchConditionRequest request)Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchConditionResponse Modifier and Type Method Description Future<PatchConditionResponse>IdentityDomainsAsync. patchCondition(PatchConditionRequest request, AsyncHandler<PatchConditionRequest,PatchConditionResponse> handler)Update a condition.Future<PatchConditionResponse>IdentityDomainsAsyncClient. patchCondition(PatchConditionRequest request, AsyncHandler<PatchConditionRequest,PatchConditionResponse> handler)Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchConditionResponse Modifier and Type Method Description Future<PatchConditionResponse>IdentityDomainsAsync. patchCondition(PatchConditionRequest request, AsyncHandler<PatchConditionRequest,PatchConditionResponse> handler)Update a condition.Future<PatchConditionResponse>IdentityDomainsAsyncClient. patchCondition(PatchConditionRequest request, AsyncHandler<PatchConditionRequest,PatchConditionResponse> handler)
- 
Uses of PatchConditionResponse in com.oracle.bmc.identitydomains.responsesMethods in com.oracle.bmc.identitydomains.responses that return PatchConditionResponse Modifier and Type Method Description PatchConditionResponsePatchConditionResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchConditionResponse Modifier and Type Method Description PatchConditionResponse.BuilderPatchConditionResponse.Builder. copy(PatchConditionResponse o)Copy method to populate the builder with values from the given instance.
 
-