Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.DeleteDomainResponse
-
Packages that use DeleteDomainResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of DeleteDomainResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return DeleteDomainResponse Modifier and Type Method Description DeleteDomainResponse
Domain. deleteDomain(DeleteDomainRequest request)
Releases the domain, making it available to be claimed again by another tenancy.DeleteDomainResponse
DomainClient. deleteDomain(DeleteDomainRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type DeleteDomainResponse Modifier and Type Method Description Future<DeleteDomainResponse>
DomainAsync. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
Releases the domain, making it available to be claimed again by another tenancy.Future<DeleteDomainResponse>
DomainAsyncClient. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type DeleteDomainResponse Modifier and Type Method Description Future<DeleteDomainResponse>
DomainAsync. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
Releases the domain, making it available to be claimed again by another tenancy.Future<DeleteDomainResponse>
DomainAsyncClient. deleteDomain(DeleteDomainRequest request, AsyncHandler<DeleteDomainRequest,DeleteDomainResponse> handler)
-
Uses of DeleteDomainResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return DeleteDomainResponse Modifier and Type Method Description DeleteDomainResponse
DeleteDomainResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type DeleteDomainResponse Modifier and Type Method Description DeleteDomainResponse.Builder
DeleteDomainResponse.Builder. copy(DeleteDomainResponse o)
Copy method to populate the builder with values from the given instance.
-