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