| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
This is the Resource Access Manager API Reference.
|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
default ListPrincipalsResponse |
RamClient.listPrincipals(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
default 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 ListPrincipalsIterable |
RamClient.listPrincipalsPaginator(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
default ListPrincipalsPublisher |
RamAsyncClient.listPrincipalsPaginator(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPrincipalsRequest.Builder |
ListPrincipalsRequest.builder() |
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.maxResults(Integer maxResults)
Specifies the total number of results that you want included on each page of the response.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.nextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.principals(Collection<String> principals)
Specifies that you want to list information for only the listed principals.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.principals(String... principals)
Specifies that you want to list information for only the listed principals.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceArn(String resourceArn)
Specifies that you want to list principal information for the resource share with the specified Amazon Resoure Name
(ARN).
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(ResourceOwner resourceOwner)
Specifies that you want to list information for only resource shares that match the following:
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(String resourceOwner)
Specifies that you want to list information for only resource shares that match the following:
|
ListPrincipalsRequest.Builder |
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 |
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 |
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.Builder |
ListPrincipalsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPrincipalsRequest.Builder> |
ListPrincipalsRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.