Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.TagResourceResponse
-
Packages that use TagResourceResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of TagResourceResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return TagResourceResponse Modifier and Type Method Description default TagResourceResponseSageMakerGeospatialClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The resource you want to tag.default TagResourceResponseSageMakerGeospatialClient. tagResource(TagResourceRequest tagResourceRequest)The resource you want to tag.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type TagResourceResponse Modifier and Type Method Description default CompletableFuture<TagResourceResponse>SageMakerGeospatialAsyncClient. tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)The resource you want to tag.default CompletableFuture<TagResourceResponse>SageMakerGeospatialAsyncClient. tagResource(TagResourceRequest tagResourceRequest)The resource you want to tag.
-