Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.DeleteOrganizationTenancyResponse
-
Packages that use DeleteOrganizationTenancyResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of DeleteOrganizationTenancyResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return DeleteOrganizationTenancyResponse Modifier and Type Method Description DeleteOrganizationTenancyResponse
Organization. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request)
If certain validations are successful, initiate tenancy termination.DeleteOrganizationTenancyResponse
OrganizationClient. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type DeleteOrganizationTenancyResponse Modifier and Type Method Description Future<DeleteOrganizationTenancyResponse>
OrganizationAsync. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
If certain validations are successful, initiate tenancy termination.Future<DeleteOrganizationTenancyResponse>
OrganizationAsyncClient. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type DeleteOrganizationTenancyResponse Modifier and Type Method Description Future<DeleteOrganizationTenancyResponse>
OrganizationAsync. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
If certain validations are successful, initiate tenancy termination.Future<DeleteOrganizationTenancyResponse>
OrganizationAsyncClient. deleteOrganizationTenancy(DeleteOrganizationTenancyRequest request, AsyncHandler<DeleteOrganizationTenancyRequest,DeleteOrganizationTenancyResponse> handler)
-
Uses of DeleteOrganizationTenancyResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return DeleteOrganizationTenancyResponse Modifier and Type Method Description DeleteOrganizationTenancyResponse
DeleteOrganizationTenancyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type DeleteOrganizationTenancyResponse Modifier and Type Method Description DeleteOrganizationTenancyResponse.Builder
DeleteOrganizationTenancyResponse.Builder. copy(DeleteOrganizationTenancyResponse o)
Copy method to populate the builder with values from the given instance.
-