| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListRolesResponse |
IamClient.listRoles()
Lists the IAM roles that have the specified path prefix.
|
default ListRolesResponse |
IamClient.listRoles(Consumer<ListRolesRequest.Builder> listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
default ListRolesResponse |
IamClient.listRoles(ListRolesRequest listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRolesResponse> |
IamAsyncClient.listRoles()
Lists the IAM roles that have the specified path prefix.
|
default CompletableFuture<ListRolesResponse> |
IamAsyncClient.listRoles(Consumer<ListRolesRequest.Builder> listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
default CompletableFuture<ListRolesResponse> |
IamAsyncClient.listRoles(ListRolesRequest listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListRolesResponse> |
ListRolesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListRolesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListRolesResponse> subscriber) |
Copyright © 2022. All rights reserved.