Uses of Class
software.amazon.awssdk.services.iam.model.ListOrganizationsFeaturesRequest
-
Packages that use ListOrganizationsFeaturesRequest Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.transform -
-
Uses of ListOrganizationsFeaturesRequest in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam with parameters of type ListOrganizationsFeaturesRequest Modifier and Type Method Description default CompletableFuture<ListOrganizationsFeaturesResponse>IamAsyncClient. listOrganizationsFeatures(ListOrganizationsFeaturesRequest 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. -
Uses of ListOrganizationsFeaturesRequest in software.amazon.awssdk.services.iam.transform
Methods in software.amazon.awssdk.services.iam.transform with parameters of type ListOrganizationsFeaturesRequest Modifier and Type Method Description SdkHttpFullRequestListOrganizationsFeaturesRequestMarshaller. marshall(ListOrganizationsFeaturesRequest listOrganizationsFeaturesRequest)
-