Uses of Class
software.amazon.awssdk.services.organizations.model.ListAwsServiceAccessForOrganizationResponse
-
Packages that use ListAwsServiceAccessForOrganizationResponse 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 -
-
Uses of ListAwsServiceAccessForOrganizationResponse in software.amazon.awssdk.services.organizations
Methods in software.amazon.awssdk.services.organizations that return ListAwsServiceAccessForOrganizationResponse Modifier and Type Method Description default ListAwsServiceAccessForOrganizationResponseOrganizationsClient. listAWSServiceAccessForOrganization()Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default ListAwsServiceAccessForOrganizationResponseOrganizationsClient. listAWSServiceAccessForOrganization(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> 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.Methods in software.amazon.awssdk.services.organizations that return types with arguments of type ListAwsServiceAccessForOrganizationResponse Modifier and Type Method Description default CompletableFuture<ListAwsServiceAccessForOrganizationResponse>OrganizationsAsyncClient. listAWSServiceAccessForOrganization()Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default CompletableFuture<ListAwsServiceAccessForOrganizationResponse>OrganizationsAsyncClient. listAWSServiceAccessForOrganization(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default CompletableFuture<ListAwsServiceAccessForOrganizationResponse>OrganizationsAsyncClient. listAWSServiceAccessForOrganization(ListAwsServiceAccessForOrganizationRequest listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization. -
Uses of ListAwsServiceAccessForOrganizationResponse in software.amazon.awssdk.services.organizations.paginators
Methods in software.amazon.awssdk.services.organizations.paginators that return types with arguments of type ListAwsServiceAccessForOrganizationResponse Modifier and Type Method Description Iterator<ListAwsServiceAccessForOrganizationResponse>ListAWSServiceAccessForOrganizationIterable. iterator()Method parameters in software.amazon.awssdk.services.organizations.paginators with type arguments of type ListAwsServiceAccessForOrganizationResponse Modifier and Type Method Description voidListAWSServiceAccessForOrganizationPublisher. subscribe(org.reactivestreams.Subscriber<? super ListAwsServiceAccessForOrganizationResponse> subscriber)
-