Uses of Interface
software.amazon.awssdk.services.iam.model.ListInstanceProfileTagsRequest.Builder
-
Packages that use ListInstanceProfileTagsRequest.Builder Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.model -
-
Uses of ListInstanceProfileTagsRequest.Builder in software.amazon.awssdk.services.iam
Method parameters in software.amazon.awssdk.services.iam with type arguments of type ListInstanceProfileTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListInstanceProfileTagsResponse>IamAsyncClient. listInstanceProfileTags(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)Lists the tags that are attached to the specified IAM instance profile.default ListInstanceProfileTagsResponseIamClient. listInstanceProfileTags(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)Lists the tags that are attached to the specified IAM instance profile.default ListInstanceProfileTagsPublisherIamAsyncClient. listInstanceProfileTagsPaginator(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)Lists the tags that are attached to the specified IAM instance profile.default ListInstanceProfileTagsIterableIamClient. listInstanceProfileTagsPaginator(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)Lists the tags that are attached to the specified IAM instance profile. -
Uses of ListInstanceProfileTagsRequest.Builder in software.amazon.awssdk.services.iam.model
Methods in software.amazon.awssdk.services.iam.model that return ListInstanceProfileTagsRequest.Builder Modifier and Type Method Description static ListInstanceProfileTagsRequest.BuilderListInstanceProfileTagsRequest. builder()ListInstanceProfileTagsRequest.BuilderListInstanceProfileTagsRequest.Builder. instanceProfileName(String instanceProfileName)The name of the IAM instance profile whose tags you want to see.ListInstanceProfileTagsRequest.BuilderListInstanceProfileTagsRequest.Builder. marker(String marker)Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated.ListInstanceProfileTagsRequest.BuilderListInstanceProfileTagsRequest.Builder. maxItems(Integer maxItems)Use this only when paginating results to indicate the maximum number of items you want in the response.ListInstanceProfileTagsRequest.BuilderListInstanceProfileTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInstanceProfileTagsRequest.BuilderListInstanceProfileTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInstanceProfileTagsRequest.BuilderListInstanceProfileTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.iam.model that return types with arguments of type ListInstanceProfileTagsRequest.Builder Modifier and Type Method Description static Class<? extends ListInstanceProfileTagsRequest.Builder>ListInstanceProfileTagsRequest. serializableBuilderClass()
-