Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.responses.ListOrganizationsResponse
-
Packages that use ListOrganizationsResponse Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.responses -
-
Uses of ListOrganizationsResponse in com.oracle.bmc.tenantmanagercontrolplane
Methods in com.oracle.bmc.tenantmanagercontrolplane that return ListOrganizationsResponse Modifier and Type Method Description ListOrganizationsResponseOrganization. listOrganizations(ListOrganizationsRequest request)Lists organizations associated with the caller.ListOrganizationsResponseOrganizationClient. listOrganizations(ListOrganizationsRequest request)Methods in com.oracle.bmc.tenantmanagercontrolplane that return types with arguments of type ListOrganizationsResponse Modifier and Type Method Description Future<ListOrganizationsResponse>OrganizationAsync. listOrganizations(ListOrganizationsRequest request, AsyncHandler<ListOrganizationsRequest,ListOrganizationsResponse> handler)Lists organizations associated with the caller.Future<ListOrganizationsResponse>OrganizationAsyncClient. listOrganizations(ListOrganizationsRequest request, AsyncHandler<ListOrganizationsRequest,ListOrganizationsResponse> handler)Iterable<ListOrganizationsResponse>OrganizationPaginators. listOrganizationsResponseIterator(ListOrganizationsRequest request)Creates a new iterable which will iterate over the responses received from the listOrganizations operation.Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListOrganizationsResponse Modifier and Type Method Description Future<ListOrganizationsResponse>OrganizationAsync. listOrganizations(ListOrganizationsRequest request, AsyncHandler<ListOrganizationsRequest,ListOrganizationsResponse> handler)Lists organizations associated with the caller.Future<ListOrganizationsResponse>OrganizationAsyncClient. listOrganizations(ListOrganizationsRequest request, AsyncHandler<ListOrganizationsRequest,ListOrganizationsResponse> handler) -
Uses of ListOrganizationsResponse in com.oracle.bmc.tenantmanagercontrolplane.responses
Methods in com.oracle.bmc.tenantmanagercontrolplane.responses that return ListOrganizationsResponse Modifier and Type Method Description ListOrganizationsResponseListOrganizationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.tenantmanagercontrolplane.responses with parameters of type ListOrganizationsResponse Modifier and Type Method Description ListOrganizationsResponse.BuilderListOrganizationsResponse.Builder. copy(ListOrganizationsResponse o)Copy method to populate the builder with values from the given instance.
-