Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.DeleteEarthObservationJobResponse
-
Packages that use DeleteEarthObservationJobResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of DeleteEarthObservationJobResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return DeleteEarthObservationJobResponse Modifier and Type Method Description default DeleteEarthObservationJobResponseSageMakerGeospatialClient. deleteEarthObservationJob(Consumer<DeleteEarthObservationJobRequest.Builder> deleteEarthObservationJobRequest)Use this operation to delete an Earth Observation job.default DeleteEarthObservationJobResponseSageMakerGeospatialClient. deleteEarthObservationJob(DeleteEarthObservationJobRequest deleteEarthObservationJobRequest)Use this operation to delete an Earth Observation job.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type DeleteEarthObservationJobResponse Modifier and Type Method Description default CompletableFuture<DeleteEarthObservationJobResponse>SageMakerGeospatialAsyncClient. deleteEarthObservationJob(Consumer<DeleteEarthObservationJobRequest.Builder> deleteEarthObservationJobRequest)Use this operation to delete an Earth Observation job.default CompletableFuture<DeleteEarthObservationJobResponse>SageMakerGeospatialAsyncClient. deleteEarthObservationJob(DeleteEarthObservationJobRequest deleteEarthObservationJobRequest)Use this operation to delete an Earth Observation job.
-