Uses of Class
software.amazon.awssdk.services.iam.model.ListOrganizationsFeaturesResponse
-
Packages that use ListOrganizationsFeaturesResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management -
-
Uses of ListOrganizationsFeaturesResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListOrganizationsFeaturesResponse Modifier and Type Method Description default ListOrganizationsFeaturesResponseIamClient. listOrganizationsFeatures(Consumer<ListOrganizationsFeaturesRequest.Builder> listOrganizationsFeaturesRequest)Lists the centralized root access features enabled for your organization.default ListOrganizationsFeaturesResponseIamClient. listOrganizationsFeatures(ListOrganizationsFeaturesRequest listOrganizationsFeaturesRequest)Lists the centralized root access features enabled for your organization.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListOrganizationsFeaturesResponse Modifier and Type Method Description default CompletableFuture<ListOrganizationsFeaturesResponse>IamAsyncClient. listOrganizationsFeatures(Consumer<ListOrganizationsFeaturesRequest.Builder> listOrganizationsFeaturesRequest)Lists the centralized root access features enabled for your organization.default CompletableFuture<ListOrganizationsFeaturesResponse>IamAsyncClient. listOrganizationsFeatures(ListOrganizationsFeaturesRequest listOrganizationsFeaturesRequest)Lists the centralized root access features enabled for your organization.
-