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