Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.StopEarthObservationJobResponse
-
Packages that use StopEarthObservationJobResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of StopEarthObservationJobResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return StopEarthObservationJobResponse Modifier and Type Method Description default StopEarthObservationJobResponseSageMakerGeospatialClient. stopEarthObservationJob(Consumer<StopEarthObservationJobRequest.Builder> stopEarthObservationJobRequest)Use this operation to stop an existing earth observation job.default StopEarthObservationJobResponseSageMakerGeospatialClient. stopEarthObservationJob(StopEarthObservationJobRequest stopEarthObservationJobRequest)Use this operation to stop an existing earth observation job.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type StopEarthObservationJobResponse Modifier and Type Method Description default CompletableFuture<StopEarthObservationJobResponse>SageMakerGeospatialAsyncClient. stopEarthObservationJob(Consumer<StopEarthObservationJobRequest.Builder> stopEarthObservationJobRequest)Use this operation to stop an existing earth observation job.default CompletableFuture<StopEarthObservationJobResponse>SageMakerGeospatialAsyncClient. stopEarthObservationJob(StopEarthObservationJobRequest stopEarthObservationJobRequest)Use this operation to stop an existing earth observation job.
-