Uses of Class
software.amazon.awssdk.services.codeconnections.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.codeconnections AWS CodeConnections -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.codeconnections
Methods in software.amazon.awssdk.services.codeconnections that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseCodeConnectionsClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets the set of key-value pairs (metadata) that are used to manage the resource.default ListTagsForResourceResponseCodeConnectionsClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets the set of key-value pairs (metadata) that are used to manage the resource.Methods in software.amazon.awssdk.services.codeconnections that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>CodeConnectionsAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Gets the set of key-value pairs (metadata) that are used to manage the resource.default CompletableFuture<ListTagsForResourceResponse>CodeConnectionsAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Gets the set of key-value pairs (metadata) that are used to manage the resource.
-