| Package | Description |
|---|---|
| com.amazonaws.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| com.amazonaws.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
ListRasterDataCollectionsResult |
AmazonSageMakerGeospatialClient.listRasterDataCollections(ListRasterDataCollectionsRequest request)
Use this operation to get raster data collections.
|
ListRasterDataCollectionsResult |
AmazonSageMakerGeospatial.listRasterDataCollections(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest)
Use this operation to get raster data collections.
|
ListRasterDataCollectionsResult |
AbstractAmazonSageMakerGeospatial.listRasterDataCollections(ListRasterDataCollectionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListRasterDataCollectionsResult> |
AbstractAmazonSageMakerGeospatialAsync.listRasterDataCollectionsAsync(ListRasterDataCollectionsRequest request,
AsyncHandler<ListRasterDataCollectionsRequest,ListRasterDataCollectionsResult> asyncHandler) |
Future<ListRasterDataCollectionsResult> |
AmazonSageMakerGeospatialAsync.listRasterDataCollectionsAsync(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest,
AsyncHandler<ListRasterDataCollectionsRequest,ListRasterDataCollectionsResult> asyncHandler)
Use this operation to get raster data collections.
|
Future<ListRasterDataCollectionsResult> |
AmazonSageMakerGeospatialAsyncClient.listRasterDataCollectionsAsync(ListRasterDataCollectionsRequest request,
AsyncHandler<ListRasterDataCollectionsRequest,ListRasterDataCollectionsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListRasterDataCollectionsResult |
ListRasterDataCollectionsResult.clone() |
ListRasterDataCollectionsResult |
ListRasterDataCollectionsResult.withNextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListRasterDataCollectionsResult |
ListRasterDataCollectionsResult.withRasterDataCollectionSummaries(Collection<RasterDataCollectionMetadata> rasterDataCollectionSummaries)
Contains summary information about the raster data collection.
|
ListRasterDataCollectionsResult |
ListRasterDataCollectionsResult.withRasterDataCollectionSummaries(RasterDataCollectionMetadata... rasterDataCollectionSummaries)
Contains summary information about the raster data collection.
|
Copyright © 2024. All rights reserved.