Uses of Interface
software.amazon.awssdk.services.iam.model.ListPolicyTagsRequest.Builder
-
Packages that use ListPolicyTagsRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListPolicyTagsRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListPolicyTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListPolicyTagsResponse>IamAsyncClient. listPolicyTags(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy.default ListPolicyTagsResponseIamClient. listPolicyTags(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy.default ListPolicyTagsPublisherIamAsyncClient. listPolicyTagsPaginator(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy.default ListPolicyTagsIterableIamClient. listPolicyTagsPaginator(Consumer<ListPolicyTagsRequest.Builder> listPolicyTagsRequest)Lists the tags that are attached to the specified IAM customer managed policy. -
Uses of ListPolicyTagsRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListPolicyTagsRequest.Builder Modifier and Type Method Description static ListPolicyTagsRequest.BuilderListPolicyTagsRequest. builder()ListPolicyTagsRequest.BuilderListPolicyTagsRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListPolicyTagsRequest.BuilderListPolicyTagsRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListPolicyTagsRequest.BuilderListPolicyTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListPolicyTagsRequest.BuilderListPolicyTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListPolicyTagsRequest.BuilderListPolicyTagsRequest.Builder. policyArn(String policyArn)The ARN of the IAM customer managed policy whose tags you want to see.ListPolicyTagsRequest.BuilderListPolicyTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListPolicyTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListPolicyTagsRequest.Builder>ListPolicyTagsRequest. serializableBuilderClass()
-