Uses of Class
software.amazon.awssdk.services.applicationdiscovery.model.DescribeTagsResponse
-
Packages that use DescribeTagsResponse Package Description software.amazon.awssdk.services.applicationdiscovery Amazon Web Services Application Discovery Service software.amazon.awssdk.services.applicationdiscovery.paginators -
-
Uses of DescribeTagsResponse in software.amazon.awssdk.services.applicationdiscovery
Methods in software.amazon.awssdk.services.applicationdiscovery that return DescribeTagsResponse Modifier and Type Method Description default DescribeTagsResponseApplicationDiscoveryClient. describeTags()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(Consumer<DescribeTagsRequest.Builder> 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.Methods in software.amazon.awssdk.services.applicationdiscovery that return types with arguments of type DescribeTagsResponse Modifier and Type Method Description default CompletableFuture<DescribeTagsResponse>ApplicationDiscoveryAsyncClient. describeTags()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 CompletableFuture<DescribeTagsResponse>ApplicationDiscoveryAsyncClient. describeTags(Consumer<DescribeTagsRequest.Builder> 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 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. -
Uses of DescribeTagsResponse in software.amazon.awssdk.services.applicationdiscovery.paginators
Methods in software.amazon.awssdk.services.applicationdiscovery.paginators that return types with arguments of type DescribeTagsResponse Modifier and Type Method Description Iterator<DescribeTagsResponse>DescribeTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.applicationdiscovery.paginators with type arguments of type DescribeTagsResponse Modifier and Type Method Description voidDescribeTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super DescribeTagsResponse> subscriber)
-