Uses of Class
software.amazon.awssdk.services.opsworks.model.ListTagsResponse
-
Packages that use ListTagsResponse Package Description software.amazon.awssdk.services.opsworks AWS OpsWorks -
-
Uses of ListTagsResponse in software.amazon.awssdk.services.opsworks
Methods in software.amazon.awssdk.services.opsworks that return ListTagsResponse Modifier and Type Method Description default ListTagsResponseOpsWorksClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Returns a list of tags that are applied to the specified stack or layer.default ListTagsResponseOpsWorksClient. listTags(ListTagsRequest listTagsRequest)Returns a list of tags that are applied to the specified stack or layer.Methods in software.amazon.awssdk.services.opsworks that return types with arguments of type ListTagsResponse Modifier and Type Method Description default CompletableFuture<ListTagsResponse>OpsWorksAsyncClient. listTags(Consumer<ListTagsRequest.Builder> listTagsRequest)Returns a list of tags that are applied to the specified stack or layer.default CompletableFuture<ListTagsResponse>OpsWorksAsyncClient. listTags(ListTagsRequest listTagsRequest)Returns a list of tags that are applied to the specified stack or layer.
-