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