| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| 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 ListInstanceProfilesForRoleResponse |
IamClient.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInstanceProfilesForRoleResponse> |
IamAsyncClient.listInstanceProfilesForRole(Consumer<ListInstanceProfilesForRoleRequest.Builder> listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
default CompletableFuture<ListInstanceProfilesForRoleResponse> |
IamAsyncClient.listInstanceProfilesForRole(ListInstanceProfilesForRoleRequest listInstanceProfilesForRoleRequest)
Lists the instance profiles that have the specified associated IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInstanceProfilesForRoleResponse> |
ListInstanceProfilesForRoleIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstanceProfilesForRolePublisher.subscribe(org.reactivestreams.Subscriber<? super ListInstanceProfilesForRoleResponse> subscriber) |
Copyright © 2022. All rights reserved.