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