| Package | Description |
|---|---|
| com.amazonaws.services.ram |
This is the Resource Access Manager API Reference.
|
| com.amazonaws.services.ram.model |
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsResult |
AbstractAWSRAM.listPrincipals(ListPrincipalsRequest request) |
ListPrincipalsResult |
AWSRAM.listPrincipals(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
ListPrincipalsResult |
AWSRAMClient.listPrincipals(ListPrincipalsRequest request)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
Future<ListPrincipalsResult> |
AWSRAMAsyncClient.listPrincipalsAsync(ListPrincipalsRequest request) |
Future<ListPrincipalsResult> |
AbstractAWSRAMAsync.listPrincipalsAsync(ListPrincipalsRequest request) |
Future<ListPrincipalsResult> |
AWSRAMAsync.listPrincipalsAsync(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
Future<ListPrincipalsResult> |
AWSRAMAsyncClient.listPrincipalsAsync(ListPrincipalsRequest request,
AsyncHandler<ListPrincipalsRequest,ListPrincipalsResult> asyncHandler) |
Future<ListPrincipalsResult> |
AbstractAWSRAMAsync.listPrincipalsAsync(ListPrincipalsRequest request,
AsyncHandler<ListPrincipalsRequest,ListPrincipalsResult> asyncHandler) |
Future<ListPrincipalsResult> |
AWSRAMAsync.listPrincipalsAsync(ListPrincipalsRequest listPrincipalsRequest,
AsyncHandler<ListPrincipalsRequest,ListPrincipalsResult> asyncHandler)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
| Modifier and Type | Method and Description |
|---|---|
Future<ListPrincipalsResult> |
AWSRAMAsyncClient.listPrincipalsAsync(ListPrincipalsRequest request,
AsyncHandler<ListPrincipalsRequest,ListPrincipalsResult> asyncHandler) |
Future<ListPrincipalsResult> |
AbstractAWSRAMAsync.listPrincipalsAsync(ListPrincipalsRequest request,
AsyncHandler<ListPrincipalsRequest,ListPrincipalsResult> asyncHandler) |
Future<ListPrincipalsResult> |
AWSRAMAsync.listPrincipalsAsync(ListPrincipalsRequest listPrincipalsRequest,
AsyncHandler<ListPrincipalsRequest,ListPrincipalsResult> asyncHandler)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
| Modifier and Type | Method and Description |
|---|---|
ListPrincipalsRequest |
ListPrincipalsRequest.clone() |
ListPrincipalsRequest |
ListPrincipalsRequest.withMaxResults(Integer maxResults)
Specifies the total number of results that you want included on each page of the response.
|
ListPrincipalsRequest |
ListPrincipalsRequest.withNextToken(String nextToken)
Specifies that you want to receive the next page of results.
|
ListPrincipalsRequest |
ListPrincipalsRequest.withPrincipals(Collection<String> principals)
Specifies that you want to list information for only the listed principals.
|
ListPrincipalsRequest |
ListPrincipalsRequest.withPrincipals(String... principals)
Specifies that you want to list information for only the listed principals.
|
ListPrincipalsRequest |
ListPrincipalsRequest.withResourceArn(String resourceArn)
Specifies that you want to list principal information for the resource share with the specified Amazon Resource Name (ARN).
|
ListPrincipalsRequest |
ListPrincipalsRequest.withResourceOwner(ResourceOwner resourceOwner)
Specifies that you want to list information for only resource shares that match the following:
|
ListPrincipalsRequest |
ListPrincipalsRequest.withResourceOwner(String resourceOwner)
Specifies that you want to list information for only resource shares that match the following:
|
ListPrincipalsRequest |
ListPrincipalsRequest.withResourceShareArns(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 |
ListPrincipalsRequest.withResourceShareArns(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 |
ListPrincipalsRequest.withResourceType(String resourceType)
Specifies that you want to list information for only principals associated with resource shares that include the
specified resource type.
|
Copyright © 2023. All rights reserved.