Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ListRasterDataCollectionsResponse
-
Packages that use ListRasterDataCollectionsResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources.software.amazon.awssdk.services.sagemakergeospatial.paginators -
-
Uses of ListRasterDataCollectionsResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return ListRasterDataCollectionsResponse Modifier and Type Method Description default ListRasterDataCollectionsResponseSageMakerGeospatialClient. listRasterDataCollections(Consumer<ListRasterDataCollectionsRequest.Builder> listRasterDataCollectionsRequest)Use this operation to get raster data collections.default ListRasterDataCollectionsResponseSageMakerGeospatialClient. listRasterDataCollections(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest)Use this operation to get raster data collections.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type ListRasterDataCollectionsResponse Modifier and Type Method Description default CompletableFuture<ListRasterDataCollectionsResponse>SageMakerGeospatialAsyncClient. listRasterDataCollections(Consumer<ListRasterDataCollectionsRequest.Builder> listRasterDataCollectionsRequest)Use this operation to get raster data collections.default CompletableFuture<ListRasterDataCollectionsResponse>SageMakerGeospatialAsyncClient. listRasterDataCollections(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest)Use this operation to get raster data collections. -
Uses of ListRasterDataCollectionsResponse in software.amazon.awssdk.services.sagemakergeospatial.paginators
Methods in software.amazon.awssdk.services.sagemakergeospatial.paginators that return types with arguments of type ListRasterDataCollectionsResponse Modifier and Type Method Description Iterator<ListRasterDataCollectionsResponse>ListRasterDataCollectionsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.paginators with type arguments of type ListRasterDataCollectionsResponse Modifier and Type Method Description voidListRasterDataCollectionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListRasterDataCollectionsResponse> subscriber)
-