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