Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.DeleteVectorEnrichmentJobResponse
-
Packages that use DeleteVectorEnrichmentJobResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of DeleteVectorEnrichmentJobResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return DeleteVectorEnrichmentJobResponse Modifier and Type Method Description default DeleteVectorEnrichmentJobResponseSageMakerGeospatialClient. deleteVectorEnrichmentJob(Consumer<DeleteVectorEnrichmentJobRequest.Builder> deleteVectorEnrichmentJobRequest)Use this operation to delete a Vector Enrichment job.default DeleteVectorEnrichmentJobResponseSageMakerGeospatialClient. deleteVectorEnrichmentJob(DeleteVectorEnrichmentJobRequest deleteVectorEnrichmentJobRequest)Use this operation to delete a Vector Enrichment job.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type DeleteVectorEnrichmentJobResponse Modifier and Type Method Description default CompletableFuture<DeleteVectorEnrichmentJobResponse>SageMakerGeospatialAsyncClient. deleteVectorEnrichmentJob(Consumer<DeleteVectorEnrichmentJobRequest.Builder> deleteVectorEnrichmentJobRequest)Use this operation to delete a Vector Enrichment job.default CompletableFuture<DeleteVectorEnrichmentJobResponse>SageMakerGeospatialAsyncClient. deleteVectorEnrichmentJob(DeleteVectorEnrichmentJobRequest deleteVectorEnrichmentJobRequest)Use this operation to delete a Vector Enrichment job.
-