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