Uses of Class
com.oracle.bmc.identitydomains.responses.PatchCloudGateResponse
-
Packages that use PatchCloudGateResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchCloudGateResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchCloudGateResponse Modifier and Type Method Description PatchCloudGateResponse
IdentityDomains. patchCloudGate(PatchCloudGateRequest request)
Update a Cloud GatePatchCloudGateResponse
IdentityDomainsClient. patchCloudGate(PatchCloudGateRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchCloudGateResponse 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)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchCloudGateResponse 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 PatchCloudGateResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchCloudGateResponse Modifier and Type Method Description PatchCloudGateResponse
PatchCloudGateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchCloudGateResponse Modifier and Type Method Description PatchCloudGateResponse.Builder
PatchCloudGateResponse.Builder. copy(PatchCloudGateResponse o)
Copy method to populate the builder with values from the given instance.
-