Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ListTagsResponse
-
Packages that use ListTagsResponse Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.paginators -
-
Uses of ListTagsResponse in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail that return ListTagsResponse Modifier and Type Method Description default ListTagsResponseCloudTrailClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Lists the tags for the specified trails, event data stores, or channels in the current Region.default ListTagsResponseCloudTrailClient. listTags(ListTagsRequest listTagsRequest)Lists the tags for the specified trails, event data stores, or channels in the current Region.Methods in software.amazon.awssdk.services.cloudtrail that return types with arguments of type ListTagsResponse Modifier and Type Method Description default CompletableFuture<ListTagsResponse>CloudTrailAsyncClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Lists the tags for the specified trails, event data stores, or channels in the current Region.default CompletableFuture<ListTagsResponse>CloudTrailAsyncClient. listTags(ListTagsRequest listTagsRequest)Lists the tags for the specified trails, event data stores, or channels in the current Region. -
Uses of ListTagsResponse in software.amazon.awssdk.services.cloudtrail.paginators
Methods in software.amazon.awssdk.services.cloudtrail.paginators that return types with arguments of type ListTagsResponse Modifier and Type Method Description Iterator<ListTagsResponse>ListTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.cloudtrail.paginators with type arguments of type ListTagsResponse Modifier and Type Method Description voidListTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTagsResponse> subscriber)
-