Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.ListOrganizationTenanciesResponse
-
Packages that use ListOrganizationTenanciesResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of ListOrganizationTenanciesResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return ListOrganizationTenanciesResponse Modifier and Type Method Description ListOrganizationTenanciesResponse
Organization. listOrganizationTenancies(ListOrganizationTenanciesRequest request)
Gets a list of tenancies in the organization.ListOrganizationTenanciesResponse
OrganizationClient. listOrganizationTenancies(ListOrganizationTenanciesRequest request)
Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type ListOrganizationTenanciesResponse Modifier and Type Method Description Future<ListOrganizationTenanciesResponse>
OrganizationAsync. listOrganizationTenancies(ListOrganizationTenanciesRequest request, AsyncHandler<ListOrganizationTenanciesRequest,ListOrganizationTenanciesResponse> handler)
Gets a list of tenancies in the organization.Future<ListOrganizationTenanciesResponse>
OrganizationAsyncClient. listOrganizationTenancies(ListOrganizationTenanciesRequest request, AsyncHandler<ListOrganizationTenanciesRequest,ListOrganizationTenanciesResponse> handler)
Iterable<ListOrganizationTenanciesResponse>
OrganizationPaginators. listOrganizationTenanciesResponseIterator(ListOrganizationTenanciesRequest request)
Creates a new iterable which will iterate over the responses received from the listOrganizationTenancies operation.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListOrganizationTenanciesResponse Modifier and Type Method Description Future<ListOrganizationTenanciesResponse>
OrganizationAsync. listOrganizationTenancies(ListOrganizationTenanciesRequest request, AsyncHandler<ListOrganizationTenanciesRequest,ListOrganizationTenanciesResponse> handler)
Gets a list of tenancies in the organization.Future<ListOrganizationTenanciesResponse>
OrganizationAsyncClient. listOrganizationTenancies(ListOrganizationTenanciesRequest request, AsyncHandler<ListOrganizationTenanciesRequest,ListOrganizationTenanciesResponse> handler)
-
Uses of ListOrganizationTenanciesResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return ListOrganizationTenanciesResponse Modifier and Type Method Description ListOrganizationTenanciesResponse
ListOrganizationTenanciesResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type ListOrganizationTenanciesResponse Modifier and Type Method Description ListOrganizationTenanciesResponse.Builder
ListOrganizationTenanciesResponse.Builder. copy(ListOrganizationTenanciesResponse o)
Copy method to populate the builder with values from the given instance.
-