Uses of Class
com.oracle.bmc.tenantmanagercontrolplane.requests.ListOrganizationsRequest
-
Packages that use ListOrganizationsRequest Package Description com.oracle.bmc.tenantmanagercontrolplane com.oracle.bmc.tenantmanagercontrolplane.requests -
-
Uses of ListOrganizationsRequest in com.oracle.bmc.tenantmanagercontrolplane
Method parameters in com.oracle.bmc.tenantmanagercontrolplane with type arguments of type ListOrganizationsRequest 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 ListOrganizationsRequest in com.oracle.bmc.tenantmanagercontrolplane.requests
Methods in com.oracle.bmc.tenantmanagercontrolplane.requests that return ListOrganizationsRequest Modifier and Type Method Description ListOrganizationsRequest
ListOrganizationsRequest.Builder. build()
Build the instance of ListOrganizationsRequest as configured by this builderListOrganizationsRequest
ListOrganizationsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListOrganizationsRequest as configured by this builderMethods in com.oracle.bmc.tenantmanagercontrolplane.requests with parameters of type ListOrganizationsRequest Modifier and Type Method Description ListOrganizationsRequest.Builder
ListOrganizationsRequest.Builder. copy(ListOrganizationsRequest o)
Copy method to populate the builder with values from the given instance.
-