Uses of Class
software.amazon.awssdk.services.glue.model.GetTagsResponse
-
Packages that use GetTagsResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetTagsResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetTagsResponse Modifier and Type Method Description default GetTagsResponseGlueClient. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Retrieves a list of tags associated with a resource.default GetTagsResponseGlueClient. getTags(GetTagsRequest getTagsRequest)Retrieves a list of tags associated with a resource.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetTagsResponse Modifier and Type Method Description default CompletableFuture<GetTagsResponse>GlueAsyncClient. getTags(Consumer<GetTagsRequest.Builder> getTagsRequest)Retrieves a list of tags associated with a resource.default CompletableFuture<GetTagsResponse>GlueAsyncClient. getTags(GetTagsRequest getTagsRequest)Retrieves a list of tags associated with a resource.
-