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.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchConditionResponse Modifier and Type Method Description PatchConditionResponse
IdentityDomains. patchCondition(PatchConditionRequest request)
Update a condition.PatchConditionResponse
IdentityDomainsClient. 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.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchConditionResponse Modifier and Type Method Description PatchConditionResponse
PatchConditionResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchConditionResponse Modifier and Type Method Description PatchConditionResponse.Builder
PatchConditionResponse.Builder. copy(PatchConditionResponse o)
Copy method to populate the builder with values from the given instance.
-