| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default ListRolesResponse |
IamClient.listRoles(Consumer<ListRolesRequest.Builder> listRolesRequest)
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 ListRolesIterable |
IamClient.listRolesPaginator(Consumer<ListRolesRequest.Builder> listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
default ListRolesPublisher |
IamAsyncClient.listRolesPaginator(Consumer<ListRolesRequest.Builder> listRolesRequest)
Lists the IAM roles that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRolesRequest.Builder |
ListRolesRequest.builder() |
ListRolesRequest.Builder |
ListRolesRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListRolesRequest.Builder |
ListRolesRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListRolesRequest.Builder |
ListRolesRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRolesRequest.Builder |
ListRolesRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRolesRequest.Builder |
ListRolesRequest.Builder.pathPrefix(String pathPrefix)
The path prefix for filtering the results.
|
ListRolesRequest.Builder |
ListRolesRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRolesRequest.Builder> |
ListRolesRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.