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