| 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 |
AWSRAMClient.listPrincipals(ListPrincipalsRequest request)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
ListPrincipalsResult |
AWSRAM.listPrincipals(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
ListPrincipalsResult |
AbstractAWSRAM.listPrincipals(ListPrincipalsRequest request) |
| 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 |
|---|---|
ListPrincipalsResult |
ListPrincipalsResult.clone() |
ListPrincipalsResult |
ListPrincipalsResult.withNextToken(String nextToken)
If present, this value indicates that more output is available than is included in the current response.
|
ListPrincipalsResult |
ListPrincipalsResult.withPrincipals(Collection<Principal> principals)
An array of objects that contain the details about the principals.
|
ListPrincipalsResult |
ListPrincipalsResult.withPrincipals(Principal... principals)
An array of objects that contain the details about the principals.
|
Copyright © 2024. All rights reserved.