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