| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators | |
| software.amazon.awssdk.services.iam.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListRolesResponse> |
IamAsyncClient.listRoles(ListRolesRequest 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.
|
default ListRolesPublisher |
IamAsyncClient.listRolesPaginator(ListRolesRequest listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
default ListRolesIterable |
IamClient.listRolesPaginator(ListRolesRequest listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
| Constructor and Description |
|---|
ListRolesIterable(IamClient client,
ListRolesRequest firstRequest) |
ListRolesPublisher(IamAsyncClient client,
ListRolesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListRolesRequestMarshaller.marshall(ListRolesRequest listRolesRequest) |
Copyright © 2023. All rights reserved.