Uses of Interface
software.amazon.awssdk.services.organizations.model.ListPoliciesRequest.Builder
-
Packages that use ListPoliciesRequest.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 ListPoliciesRequest.Builder in software.amazon.awssdk.services.organizations
Method parameters in software.amazon.awssdk.services.organizations with type arguments of type ListPoliciesRequest.Builder Modifier and Type Method Description default CompletableFuture<ListPoliciesResponse>OrganizationsAsyncClient. listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type.default ListPoliciesResponseOrganizationsClient. listPolicies(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type.default ListPoliciesPublisherOrganizationsAsyncClient. listPoliciesPaginator(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type.default ListPoliciesIterableOrganizationsClient. listPoliciesPaginator(Consumer<ListPoliciesRequest.Builder> listPoliciesRequest)Retrieves the list of all policies in an organization of a specified type. -
Uses of ListPoliciesRequest.Builder in software.amazon.awssdk.services.organizations.model
Methods in software.amazon.awssdk.services.organizations.model that return ListPoliciesRequest.Builder Modifier and Type Method Description static ListPoliciesRequest.BuilderListPoliciesRequest. builder()ListPoliciesRequest.BuilderListPoliciesRequest.Builder. filter(String filter)Specifies the type of policy that you want to include in the response.ListPoliciesRequest.BuilderListPoliciesRequest.Builder. filter(PolicyType filter)Specifies the type of policy that you want to include in the response.ListPoliciesRequest.BuilderListPoliciesRequest.Builder. maxResults(Integer maxResults)The total number of results that you want included on each page of the response.ListPoliciesRequest.BuilderListPoliciesRequest.Builder. nextToken(String nextToken)The parameter for receiving additional results if you receive aNextTokenresponse in a previous request.ListPoliciesRequest.BuilderListPoliciesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPoliciesRequest.BuilderListPoliciesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPoliciesRequest.BuilderListPoliciesRequest. toBuilder()Methods in software.amazon.awssdk.services.organizations.model that return types with arguments of type ListPoliciesRequest.Builder Modifier and Type Method Description static Class<? extends ListPoliciesRequest.Builder>ListPoliciesRequest. serializableBuilderClass()
-