Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ListTagsForResourceResponse
-
Packages that use ListTagsForResourceResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of ListTagsForResourceResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return ListTagsForResourceResponse Modifier and Type Method Description default ListTagsForResourceResponseSageMakerGeospatialClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags attached to the resource.default ListTagsForResourceResponseSageMakerGeospatialClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags attached to the resource.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type ListTagsForResourceResponse Modifier and Type Method Description default CompletableFuture<ListTagsForResourceResponse>SageMakerGeospatialAsyncClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Lists the tags attached to the resource.default CompletableFuture<ListTagsForResourceResponse>SageMakerGeospatialAsyncClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Lists the tags attached to the resource.
-