| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
This is the Resource Access Manager API Reference.
|
| software.amazon.awssdk.services.ram.paginators | |
| software.amazon.awssdk.services.ram.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListPrincipalsResponse> |
RamAsyncClient.listPrincipals(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
default ListPrincipalsResponse |
RamClient.listPrincipals(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
default ListPrincipalsPublisher |
RamAsyncClient.listPrincipalsPaginator(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
default ListPrincipalsIterable |
RamClient.listPrincipalsPaginator(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you are sharing resources with or that are sharing resources with you.
|
| Constructor and Description |
|---|
ListPrincipalsIterable(RamClient client,
ListPrincipalsRequest firstRequest) |
ListPrincipalsPublisher(RamAsyncClient client,
ListPrincipalsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListPrincipalsRequestMarshaller.marshall(ListPrincipalsRequest listPrincipalsRequest) |
Copyright © 2023. All rights reserved.