| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
default ListInstanceProfilesForRoleResponse |
IamClient.listInstanceProfilesForRole(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
default CompletableFuture<ListInstanceProfilesForRoleResponse> |
IamAsyncClient.listInstanceProfilesForRole(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
default ListInstanceProfilesForRoleIterable |
IamClient.listInstanceProfilesForRolePaginator(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
default ListInstanceProfilesForRolePublisher |
IamAsyncClient.listInstanceProfilesForRolePaginator(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
static ListInstanceProfilesForRoleRequest.Builder |
ListInstanceProfilesForRoleRequest.builder() |
ListInstanceProfilesForRoleRequest.Builder |
ListInstanceProfilesForRoleRequest.Builder.marker(String marker)
Use this parameter only when paginating results and only after you receive a response indicating that the
results are truncated.
|
ListInstanceProfilesForRoleRequest.Builder |
ListInstanceProfilesForRoleRequest.Builder.maxItems(Integer maxItems)
Use this only when paginating results to indicate the maximum number of items you want in the response.
|
ListInstanceProfilesForRoleRequest.Builder |
ListInstanceProfilesForRoleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListInstanceProfilesForRoleRequest.Builder |
ListInstanceProfilesForRoleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListInstanceProfilesForRoleRequest.Builder |
ListInstanceProfilesForRoleRequest.Builder.roleName(String roleName)
The name of the role to list instance profiles for.
|
ListInstanceProfilesForRoleRequest.Builder |
ListInstanceProfilesForRoleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInstanceProfilesForRoleRequest.Builder> |
ListInstanceProfilesForRoleRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.