| Package | Description |
|---|---|
| software.amazon.awssdk.services.rolesanywhere |
AWS Identity and Access Management Roles Anywhere provides a secure way for your workloads such as servers,
containers, and applications running outside of AWS to obtain Temporary AWS credentials.
|
| software.amazon.awssdk.services.rolesanywhere.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListSubjectsResponse |
RolesAnywhereClient.listSubjects(Consumer<ListSubjectsRequest.Builder> listSubjectsRequest)
Lists the subjects in the authenticated account and Amazon Web Services Region.
|
default ListSubjectsResponse |
RolesAnywhereClient.listSubjects(ListSubjectsRequest listSubjectsRequest)
Lists the subjects in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListSubjectsResponse> |
RolesAnywhereAsyncClient.listSubjects(Consumer<ListSubjectsRequest.Builder> listSubjectsRequest)
Lists the subjects in the authenticated account and Amazon Web Services Region.
|
default CompletableFuture<ListSubjectsResponse> |
RolesAnywhereAsyncClient.listSubjects(ListSubjectsRequest listSubjectsRequest)
Lists the subjects in the authenticated account and Amazon Web Services Region.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListSubjectsResponse> |
ListSubjectsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListSubjectsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListSubjectsResponse> subscriber) |
Copyright © 2022. All rights reserved.