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