| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
Use AWS Resource Access Manager to share AWS resources between AWS accounts.
|
| software.amazon.awssdk.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPrincipalsResponse> |
RamAsyncClient.listPrincipals(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)
Lists the principals that you have shared resources with or that have shared resources with you.
|
default ListPrincipalsResponse |
RamClient.listPrincipals(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)
Lists the principals that you have shared resources with or that have shared resources with you.
|
default ListPrincipalsPublisher |
RamAsyncClient.listPrincipalsPaginator(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)
Lists the principals that you have shared resources with or that have shared resources with you.
|
default ListPrincipalsIterable |
RamClient.listPrincipalsPaginator(Consumer<ListPrincipalsRequest.Builder> listPrincipalsRequest)
Lists the principals that you have shared resources with or that have shared resources with you.
|
| Modifier and Type | Method and Description |
|---|---|
static ListPrincipalsRequest.Builder |
ListPrincipalsRequest.builder() |
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.nextToken(String nextToken)
The token for 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)
The principals.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.principals(String... principals)
The principals.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(ResourceOwner resourceOwner)
The type of owner.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceOwner(String resourceOwner)
The type of owner.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceShareArns(String... resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.Builder.resourceType(String resourceType)
The resource type.
|
ListPrincipalsRequest.Builder |
ListPrincipalsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListPrincipalsRequest.Builder> |
ListPrincipalsRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.