Uses of Class
software.amazon.awssdk.services.cloudtrail.model.ListTagsRequest
-
Packages that use ListTagsRequest Package Description software.amazon.awssdk.services.cloudtrail CloudTrail software.amazon.awssdk.services.cloudtrail.paginators software.amazon.awssdk.services.cloudtrail.transform -
-
Uses of ListTagsRequest in software.amazon.awssdk.services.cloudtrail
Methods in software.amazon.awssdk.services.cloudtrail with parameters of type ListTagsRequest Modifier and Type Method Description default CompletableFuture<ListTagsResponse>CloudTrailAsyncClient. listTags(ListTagsRequest 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.default ListTagsPublisherCloudTrailAsyncClient. listTagsPaginator(ListTagsRequest listTagsRequest)This is a variant ofCloudTrailAsyncClient.listTags(software.amazon.awssdk.services.cloudtrail.model.ListTagsRequest)operation.default ListTagsIterableCloudTrailClient. listTagsPaginator(ListTagsRequest listTagsRequest)This is a variant ofCloudTrailClient.listTags(software.amazon.awssdk.services.cloudtrail.model.ListTagsRequest)operation. -
Uses of ListTagsRequest in software.amazon.awssdk.services.cloudtrail.paginators
Constructors in software.amazon.awssdk.services.cloudtrail.paginators with parameters of type ListTagsRequest Constructor Description ListTagsIterable(CloudTrailClient client, ListTagsRequest firstRequest)ListTagsPublisher(CloudTrailAsyncClient client, ListTagsRequest firstRequest) -
Uses of ListTagsRequest in software.amazon.awssdk.services.cloudtrail.transform
Methods in software.amazon.awssdk.services.cloudtrail.transform with parameters of type ListTagsRequest Modifier and Type Method Description SdkHttpFullRequestListTagsRequestMarshaller. marshall(ListTagsRequest listTagsRequest)
-