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