Uses of Class
com.oracle.bmc.identitydomains.requests.PatchConditionRequest
-
Packages that use PatchConditionRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchConditionRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchConditionRequest Modifier and Type Method Description PatchConditionResponse
IdentityDomains. patchCondition(PatchConditionRequest request)
Update a condition.Future<PatchConditionResponse>
IdentityDomainsAsync. patchCondition(PatchConditionRequest request, AsyncHandler<PatchConditionRequest,PatchConditionResponse> handler)
Update a condition.Future<PatchConditionResponse>
IdentityDomainsAsyncClient. patchCondition(PatchConditionRequest request, AsyncHandler<PatchConditionRequest,PatchConditionResponse> handler)
PatchConditionResponse
IdentityDomainsClient. patchCondition(PatchConditionRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchConditionRequest 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 PatchConditionRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchConditionRequest Modifier and Type Method Description PatchConditionRequest
PatchConditionRequest.Builder. build()
Build the instance of PatchConditionRequest as configured by this builderPatchConditionRequest
PatchConditionRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchConditionRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchConditionRequest Modifier and Type Method Description PatchConditionRequest.Builder
PatchConditionRequest.Builder. copy(PatchConditionRequest o)
Copy method to populate the builder with values from the given instance.
-