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