Uses of Class
software.amazon.awssdk.services.organizations.model.ListAwsServiceAccessForOrganizationRequest
-
Packages that use ListAwsServiceAccessForOrganizationRequest Package Description software.amazon.awssdk.services.organizations Organizations is a web service that enables you to consolidate your multiple Amazon Web Services accounts into an organization and centrally manage your accounts and their resources.software.amazon.awssdk.services.organizations.paginators software.amazon.awssdk.services.organizations.transform -
-
Uses of ListAwsServiceAccessForOrganizationRequest in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations with parameters of type ListAwsServiceAccessForOrganizationRequest Modifier and Type Method Description default CompletableFuture<ListAwsServiceAccessForOrganizationResponse>OrganizationsAsyncClient. listAWSServiceAccessForOrganization(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default ListAwsServiceAccessForOrganizationResponseOrganizationsClient. listAWSServiceAccessForOrganization(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default ListAWSServiceAccessForOrganizationPublisherOrganizationsAsyncClient. listAWSServiceAccessForOrganizationPaginator(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default ListAWSServiceAccessForOrganizationIterableOrganizationsClient. listAWSServiceAccessForOrganizationPaginator(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization. -
Uses of ListAwsServiceAccessForOrganizationRequest in software.amazon.awssdk.services.organizations.paginators
Constructors in software.amazon.awssdk.services.organizations.paginators with parameters of type ListAwsServiceAccessForOrganizationRequest Constructor Description ListAWSServiceAccessForOrganizationIterable(OrganizationsClient client, ListAwsServiceAccessForOrganizationRequest firstRequest)ListAWSServiceAccessForOrganizationPublisher(OrganizationsAsyncClient client, ListAwsServiceAccessForOrganizationRequest firstRequest) -
Uses of ListAwsServiceAccessForOrganizationRequest in software.amazon.awssdk.services.organizations.transform
Methods in software.amazon.awssdk.services.organizations.transform with parameters of type ListAwsServiceAccessForOrganizationRequest Modifier and Type Method Description SdkHttpFullRequestListAwsServiceAccessForOrganizationRequestMarshaller. marshall(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)
-