Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DescribeTagsRequest
-
Packages that use DescribeTagsRequest Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.paginators software.amazon.awssdk.services.applicationdiscovery.transform -
-
Uses of DescribeTagsRequest in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery with parameters of type DescribeTagsRequest Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>ApplicationDiscoveryAsyncClient. describeTags(DescribeTagsRequest describeTagsRequest)Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameterfilters.default DescribeTagsResponseApplicationDiscoveryClient. describeTags(DescribeTagsRequest describeTagsRequest)Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameterfilters.default DescribeTagsPublisherApplicationDiscoveryAsyncClient. describeTagsPaginator(DescribeTagsRequest describeTagsRequest)Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameterfilters.default DescribeTagsIterableApplicationDiscoveryClient. describeTagsPaginator(DescribeTagsRequest describeTagsRequest)Retrieves a list of configuration items that have tags as specified by the key-value pairs, name and value, passed to the optional parameterfilters. -
Uses of DescribeTagsRequest in software.amazon.awssdk.services.applicationdiscovery.paginators
Constructors in software.amazon.awssdk.services.applicationdiscovery.paginators with parameters of type DescribeTagsRequest Constructor Description DescribeTagsIterable(ApplicationDiscoveryClient client, DescribeTagsRequest firstRequest)DescribeTagsPublisher(ApplicationDiscoveryAsyncClient client, DescribeTagsRequest firstRequest) -
Uses of DescribeTagsRequest in software.amazon.awssdk.services.applicationdiscovery.transform
Methods in software.amazon.awssdk.services.applicationdiscovery.transform with parameters of type DescribeTagsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeTagsRequestMarshaller. marshall(DescribeTagsRequest describeTagsRequest)
-