Uses of Interface
software.amazon.awssdk.services.organizations.model.ListAwsServiceAccessForOrganizationRequest.Builder
-
Packages that use ListAwsServiceAccessForOrganizationRequest.Builder 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.model -
-
Uses of ListAwsServiceAccessForOrganizationRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListAwsServiceAccessForOrganizationRequest.Builder Modifier and Type Method Description 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 ListAwsServiceAccessForOrganizationResponseOrganizationsClient. listAWSServiceAccessForOrganization(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default ListAWSServiceAccessForOrganizationPublisherOrganizationsAsyncClient. listAWSServiceAccessForOrganizationPaginator(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization.default ListAWSServiceAccessForOrganizationIterableOrganizationsClient. listAWSServiceAccessForOrganizationPaginator(Consumer<ListAwsServiceAccessForOrganizationRequest.Builder> listAwsServiceAccessForOrganizationRequest)Returns a list of the Amazon Web Services services that you enabled to integrate with your organization. -
Uses of ListAwsServiceAccessForOrganizationRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListAwsServiceAccessForOrganizationRequest.Builder Modifier and Type Method Description static ListAwsServiceAccessForOrganizationRequest.BuilderListAwsServiceAccessForOrganizationRequest. builder()ListAwsServiceAccessForOrganizationRequest.BuilderListAwsServiceAccessForOrganizationRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListAwsServiceAccessForOrganizationRequest.BuilderListAwsServiceAccessForOrganizationRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListAwsServiceAccessForOrganizationRequest.BuilderListAwsServiceAccessForOrganizationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAwsServiceAccessForOrganizationRequest.BuilderListAwsServiceAccessForOrganizationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAwsServiceAccessForOrganizationRequest.BuilderListAwsServiceAccessForOrganizationRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListAwsServiceAccessForOrganizationRequest.Builder Modifier and Type Method Description static Class<? extends ListAwsServiceAccessForOrganizationRequest.Builder>ListAwsServiceAccessForOrganizationRequest. serializableBuilderClass()
-