| Package | Description |
|---|---|
| software.amazon.awssdk.services.iam.model |
| Modifier and Type | Method and Description |
|---|---|
static ListInstanceProfileTagsResponse.Builder |
ListInstanceProfileTagsResponse.builder() |
ListInstanceProfileTagsResponse.Builder |
ListInstanceProfileTagsResponse.Builder.isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return.
|
ListInstanceProfileTagsResponse.Builder |
ListInstanceProfileTagsResponse.Builder.marker(String marker)
When
IsTruncated is true, this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request. |
ListInstanceProfileTagsResponse.Builder |
ListInstanceProfileTagsResponse.Builder.tags(Collection<Tag> tags)
The list of tags that are currently attached to the IAM instance profile.
|
ListInstanceProfileTagsResponse.Builder |
ListInstanceProfileTagsResponse.Builder.tags(Consumer<Tag.Builder>... tags)
The list of tags that are currently attached to the IAM instance profile.
|
ListInstanceProfileTagsResponse.Builder |
ListInstanceProfileTagsResponse.Builder.tags(Tag... tags)
The list of tags that are currently attached to the IAM instance profile.
|
ListInstanceProfileTagsResponse.Builder |
ListInstanceProfileTagsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListInstanceProfileTagsResponse.Builder> |
ListInstanceProfileTagsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.