| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam |
|
| software.amazon.awssdk.services.iam.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListInstanceProfilesResponse |
IamClient.listInstanceProfiles()
Lists the instance profiles that have the specified path prefix.
|
default ListInstanceProfilesResponse |
IamClient.listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.
|
default ListInstanceProfilesResponse |
IamClient.listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListInstanceProfilesResponse> |
IamAsyncClient.listInstanceProfiles()
Lists the instance profiles that have the specified path prefix.
|
default CompletableFuture<ListInstanceProfilesResponse> |
IamAsyncClient.listInstanceProfiles(Consumer<ListInstanceProfilesRequest.Builder> listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.
|
default CompletableFuture<ListInstanceProfilesResponse> |
IamAsyncClient.listInstanceProfiles(ListInstanceProfilesRequest listInstanceProfilesRequest)
Lists the instance profiles that have the specified path prefix.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListInstanceProfilesResponse> |
ListInstanceProfilesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListInstanceProfilesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListInstanceProfilesResponse> subscriber) |
Copyright © 2022. All rights reserved.