Uses of Interface
software.amazon.awssdk.services.ram.model.ListPrincipalsRequest.Builder
Packages that use ListPrincipalsRequest.Builder
Package
Description
This is the Resource Access Manager API Reference.
-
Uses of ListPrincipalsRequest.Builder in software.amazon.awssdk.services.ram
Method parameters in software.amazon.awssdk.services.ram with type arguments of type ListPrincipalsRequest.BuilderModifier and TypeMethodDescriptiondefault CompletableFuture<ListPrincipalsResponse>RamAsyncClient.listPrincipals(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest) Lists the principals that you are sharing resources with or that are sharing resources with you.default ListPrincipalsResponseRamClient.listPrincipals(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest) Lists the principals that you are sharing resources with or that are sharing resources with you.default ListPrincipalsPublisherRamAsyncClient.listPrincipalsPaginator(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest) This is a variant ofRamAsyncClient.listPrincipals(software.amazon.awssdk.services.ram.model.ListPrincipalsRequest)operation.default ListPrincipalsIterableRamClient.listPrincipalsPaginator(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest) This is a variant ofRamClient.listPrincipals(software.amazon.awssdk.services.ram.model.ListPrincipalsRequest)operation. -
Uses of ListPrincipalsRequest.Builder in software.amazon.awssdk.services.ram.model
Methods in software.amazon.awssdk.services.ram.model that return ListPrincipalsRequest.BuilderModifier and TypeMethodDescriptionListPrincipalsRequest.builder()ListPrincipalsRequest.Builder.maxResults(Integer maxResults) Specifies the total number of results that you want included on each page of the response.Specifies that you want to receive the next page of results.ListPrincipalsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) ListPrincipalsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) ListPrincipalsRequest.Builder.principals(String... principals) Specifies that you want to list information for only the listed principals.ListPrincipalsRequest.Builder.principals(Collection<String> principals) Specifies that you want to list information for only the listed principals.ListPrincipalsRequest.Builder.resourceArn(String resourceArn) Specifies that you want to list principal information for the resource share with the specified Amazon Resource Name (ARN).ListPrincipalsRequest.Builder.resourceOwner(String resourceOwner) Specifies that you want to list information for only resource shares that match the following:ListPrincipalsRequest.Builder.resourceOwner(ResourceOwner resourceOwner) Specifies that you want to list information for only resource shares that match the following:ListPrincipalsRequest.Builder.resourceShareArns(String... resourceShareArns) Specifies that you want to list information for only principals associated with the resource shares specified by a list the Amazon Resource Names (ARNs).ListPrincipalsRequest.Builder.resourceShareArns(Collection<String> resourceShareArns) Specifies that you want to list information for only principals associated with the resource shares specified by a list the Amazon Resource Names (ARNs).ListPrincipalsRequest.Builder.resourceType(String resourceType) Specifies that you want to list information for only principals associated with resource shares that include the specified resource type.ListPrincipalsRequest.toBuilder()Methods in software.amazon.awssdk.services.ram.model that return types with arguments of type ListPrincipalsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPrincipalsRequest.Builder>ListPrincipalsRequest.serializableBuilderClass()