Uses of Class
com.oracle.bmc.identitydomains.requests.PatchCloudGateRequest
-
Packages that use PatchCloudGateRequest Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.requests -
-
Uses of PatchCloudGateRequest in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains with parameters of type PatchCloudGateRequest Modifier and Type Method Description PatchCloudGateResponse
IdentityDomains. patchCloudGate(PatchCloudGateRequest request)
Update a Cloud GateFuture<PatchCloudGateResponse>
IdentityDomainsAsync. patchCloudGate(PatchCloudGateRequest request, AsyncHandler<PatchCloudGateRequest,PatchCloudGateResponse> handler)
Update a Cloud GateFuture<PatchCloudGateResponse>
IdentityDomainsAsyncClient. patchCloudGate(PatchCloudGateRequest request, AsyncHandler<PatchCloudGateRequest,PatchCloudGateResponse> handler)
PatchCloudGateResponse
IdentityDomainsClient. patchCloudGate(PatchCloudGateRequest request)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchCloudGateRequest Modifier and Type Method Description Future<PatchCloudGateResponse>
IdentityDomainsAsync. patchCloudGate(PatchCloudGateRequest request, AsyncHandler<PatchCloudGateRequest,PatchCloudGateResponse> handler)
Update a Cloud GateFuture<PatchCloudGateResponse>
IdentityDomainsAsyncClient. patchCloudGate(PatchCloudGateRequest request, AsyncHandler<PatchCloudGateRequest,PatchCloudGateResponse> handler)
-
Uses of PatchCloudGateRequest in com.oracle.bmc.identitydomains.requests
Methods in com.oracle.bmc.identitydomains.requests that return PatchCloudGateRequest Modifier and Type Method Description PatchCloudGateRequest
PatchCloudGateRequest.Builder. build()
Build the instance of PatchCloudGateRequest as configured by this builderPatchCloudGateRequest
PatchCloudGateRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchCloudGateRequest as configured by this builderMethods in com.oracle.bmc.identitydomains.requests with parameters of type PatchCloudGateRequest Modifier and Type Method Description PatchCloudGateRequest.Builder
PatchCloudGateRequest.Builder. copy(PatchCloudGateRequest o)
Copy method to populate the builder with values from the given instance.
-