| Package | Description |
|---|---|
| software.amazon.awssdk.services.ram |
Use AWS Resource Access Manager to share AWS resources between AWS accounts.
|
| software.amazon.awssdk.services.ram.paginators |
| Modifier and Type | Method and Description |
|---|---|
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 ListPrincipalsResponse |
RamClient.listPrincipals(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you have shared resources with or that have shared resources with you.
|
| 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 CompletableFuture<ListPrincipalsResponse> |
RamAsyncClient.listPrincipals(ListPrincipalsRequest listPrincipalsRequest)
Lists the principals that you have shared resources with or that have shared resources with you.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListPrincipalsResponse> |
ListPrincipalsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListPrincipalsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListPrincipalsResponse> subscriber) |
Copyright © 2021. All rights reserved.