Uses of Class
com.oracle.bmc.identitydomains.responses.PatchCloudGateServerResponse
-
Packages that use PatchCloudGateServerResponse Package Description com.oracle.bmc.identitydomains com.oracle.bmc.identitydomains.responses -
-
Uses of PatchCloudGateServerResponse in com.oracle.bmc.identitydomains
Methods in com.oracle.bmc.identitydomains that return PatchCloudGateServerResponse Modifier and Type Method Description PatchCloudGateServerResponse
IdentityDomains. patchCloudGateServer(PatchCloudGateServerRequest request)
Update a Cloud Gate serverPatchCloudGateServerResponse
IdentityDomainsClient. patchCloudGateServer(PatchCloudGateServerRequest request)
Methods in com.oracle.bmc.identitydomains that return types with arguments of type PatchCloudGateServerResponse Modifier and Type Method Description Future<PatchCloudGateServerResponse>
IdentityDomainsAsync. patchCloudGateServer(PatchCloudGateServerRequest request, AsyncHandler<PatchCloudGateServerRequest,PatchCloudGateServerResponse> handler)
Update a Cloud Gate serverFuture<PatchCloudGateServerResponse>
IdentityDomainsAsyncClient. patchCloudGateServer(PatchCloudGateServerRequest request, AsyncHandler<PatchCloudGateServerRequest,PatchCloudGateServerResponse> handler)
Method parameters in com.oracle.bmc.identitydomains with type arguments of type PatchCloudGateServerResponse Modifier and Type Method Description Future<PatchCloudGateServerResponse>
IdentityDomainsAsync. patchCloudGateServer(PatchCloudGateServerRequest request, AsyncHandler<PatchCloudGateServerRequest,PatchCloudGateServerResponse> handler)
Update a Cloud Gate serverFuture<PatchCloudGateServerResponse>
IdentityDomainsAsyncClient. patchCloudGateServer(PatchCloudGateServerRequest request, AsyncHandler<PatchCloudGateServerRequest,PatchCloudGateServerResponse> handler)
-
Uses of PatchCloudGateServerResponse in com.oracle.bmc.identitydomains.responses
Methods in com.oracle.bmc.identitydomains.responses that return PatchCloudGateServerResponse Modifier and Type Method Description PatchCloudGateServerResponse
PatchCloudGateServerResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.identitydomains.responses with parameters of type PatchCloudGateServerResponse Modifier and Type Method Description PatchCloudGateServerResponse.Builder
PatchCloudGateServerResponse.Builder. copy(PatchCloudGateServerResponse o)
Copy method to populate the builder with values from the given instance.
-