Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.SearchRasterDataCollectionResponse
-
Packages that use SearchRasterDataCollectionResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources.software.amazon.awssdk.services.sagemakergeospatial.paginators -
-
Uses of SearchRasterDataCollectionResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return SearchRasterDataCollectionResponse Modifier and Type Method Description default SearchRasterDataCollectionResponseSageMakerGeospatialClient. searchRasterDataCollection(Consumer<SearchRasterDataCollectionRequest.Builder> searchRasterDataCollectionRequest)Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.default SearchRasterDataCollectionResponseSageMakerGeospatialClient. searchRasterDataCollection(SearchRasterDataCollectionRequest searchRasterDataCollectionRequest)Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type SearchRasterDataCollectionResponse Modifier and Type Method Description default CompletableFuture<SearchRasterDataCollectionResponse>SageMakerGeospatialAsyncClient. searchRasterDataCollection(Consumer<SearchRasterDataCollectionRequest.Builder> searchRasterDataCollectionRequest)Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters.default CompletableFuture<SearchRasterDataCollectionResponse>SageMakerGeospatialAsyncClient. searchRasterDataCollection(SearchRasterDataCollectionRequest searchRasterDataCollectionRequest)Allows you run image query on a specific raster data collection to get a list of the satellite imagery matching the selected filters. -
Uses of SearchRasterDataCollectionResponse in software.amazon.awssdk.services.sagemakergeospatial.paginators
Methods in software.amazon.awssdk.services.sagemakergeospatial.paginators that return types with arguments of type SearchRasterDataCollectionResponse Modifier and Type Method Description Iterator<SearchRasterDataCollectionResponse>SearchRasterDataCollectionIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.paginators with type arguments of type SearchRasterDataCollectionResponse Modifier and Type Method Description voidSearchRasterDataCollectionPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchRasterDataCollectionResponse> subscriber)
-