Uses of Class
software.amazon.awssdk.services.iam.model.ListInstanceProfileTagsResponse
-
Packages that use ListInstanceProfileTagsResponse Package Description software.amazon.awssdk.services.iam Identity and Access Management software.amazon.awssdk.services.iam.paginators -
-
Uses of ListInstanceProfileTagsResponse in software.amazon.awssdk.services.iam
Methods in software.amazon.awssdk.services.iam that return ListInstanceProfileTagsResponse Modifier and Type Method Description default ListInstanceProfileTagsResponseIamClient. listInstanceProfileTags(Consumer<ListInstanceProfileTagsRequest.Builder> listInstanceProfileTagsRequest)Lists the tags that are attached to the specified IAM instance profile.default ListInstanceProfileTagsResponseIamClient. listInstanceProfileTags(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)Lists the tags that are attached to the specified IAM instance profile.Methods in software.amazon.awssdk.services.iam that return types with arguments of type ListInstanceProfileTagsResponse 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 CompletableFuture<ListInstanceProfileTagsResponse>IamAsyncClient. listInstanceProfileTags(ListInstanceProfileTagsRequest listInstanceProfileTagsRequest)Lists the tags that are attached to the specified IAM instance profile. -
Uses of ListInstanceProfileTagsResponse in software.amazon.awssdk.services.iam.paginators
Methods in software.amazon.awssdk.services.iam.paginators that return types with arguments of type ListInstanceProfileTagsResponse Modifier and Type Method Description Iterator<ListInstanceProfileTagsResponse>ListInstanceProfileTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.iam.paginators with type arguments of type ListInstanceProfileTagsResponse Modifier and Type Method Description voidListInstanceProfileTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListInstanceProfileTagsResponse> subscriber)
-