static ListPolicyTagsResponse.Builder |
ListPolicyTagsResponse.builder() |
|
ListPolicyTagsResponse.Builder |
ListPolicyTagsResponse.Builder.isTruncated(Boolean isTruncated) |
A flag that indicates whether there are more items to return.
|
ListPolicyTagsResponse.Builder |
ListPolicyTagsResponse.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.
|
ListPolicyTagsResponse.Builder |
ListPolicyTagsResponse.Builder.tags(Collection<Tag> tags) |
The list of tags that are currently attached to the IAM customer managed policy.
|
ListPolicyTagsResponse.Builder |
ListPolicyTagsResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
The list of tags that are currently attached to the IAM customer managed policy.
|
ListPolicyTagsResponse.Builder |
ListPolicyTagsResponse.Builder.tags(Tag... tags) |
The list of tags that are currently attached to the IAM customer managed policy.
|
ListPolicyTagsResponse.Builder |
ListPolicyTagsResponse.toBuilder() |
|