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