| 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 |
|---|---|
GetRasterDataCollectionResult |
AmazonSageMakerGeospatialClient.getRasterDataCollection(GetRasterDataCollectionRequest request)
Use this operation to get details of a specific raster data collection.
|
GetRasterDataCollectionResult |
AbstractAmazonSageMakerGeospatial.getRasterDataCollection(GetRasterDataCollectionRequest request) |
GetRasterDataCollectionResult |
AmazonSageMakerGeospatial.getRasterDataCollection(GetRasterDataCollectionRequest getRasterDataCollectionRequest)
Use this operation to get details of a specific raster data collection.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetRasterDataCollectionResult> |
AmazonSageMakerGeospatialAsyncClient.getRasterDataCollectionAsync(GetRasterDataCollectionRequest request,
AsyncHandler<GetRasterDataCollectionRequest,GetRasterDataCollectionResult> asyncHandler) |
Future<GetRasterDataCollectionResult> |
AmazonSageMakerGeospatialAsync.getRasterDataCollectionAsync(GetRasterDataCollectionRequest getRasterDataCollectionRequest,
AsyncHandler<GetRasterDataCollectionRequest,GetRasterDataCollectionResult> asyncHandler)
Use this operation to get details of a specific raster data collection.
|
Future<GetRasterDataCollectionResult> |
AbstractAmazonSageMakerGeospatialAsync.getRasterDataCollectionAsync(GetRasterDataCollectionRequest request,
AsyncHandler<GetRasterDataCollectionRequest,GetRasterDataCollectionResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.clearTagsEntries()
Removes all the entries added into Tags.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.clone() |
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withArn(String arn)
The Amazon Resource Name (ARN) of the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withDescription(String description)
A description of the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withDescriptionPageUrl(String descriptionPageUrl)
The URL of the description page.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withImageSourceBands(Collection<String> imageSourceBands)
The list of image source bands in the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withImageSourceBands(String... imageSourceBands)
The list of image source bands in the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withName(String name)
The name of the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withSupportedFilters(Collection<Filter> supportedFilters)
The filters supported by the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withSupportedFilters(Filter... supportedFilters)
The filters supported by the raster data collection.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withTags(Map<String,String> tags)
Each tag consists of a key and a value.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withType(DataCollectionType type)
The raster data collection type.
|
GetRasterDataCollectionResult |
GetRasterDataCollectionResult.withType(String type)
The raster data collection type.
|
Copyright © 2024. All rights reserved.