| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakergeospatial |
Provides APIs for creating and managing SageMaker geospatial resources.
|
| software.amazon.awssdk.services.sagemakergeospatial.model |
| Modifier and Type | Method and Description |
|---|---|
default ListRasterDataCollectionsResponse |
SageMakerGeospatialClient.listRasterDataCollections(Consumer<ListRasterDataCollectionsRequest.Builder> listRasterDataCollectionsRequest)
Use this operation to get raster data collections.
|
default CompletableFuture<ListRasterDataCollectionsResponse> |
SageMakerGeospatialAsyncClient.listRasterDataCollections(Consumer<ListRasterDataCollectionsRequest.Builder> listRasterDataCollectionsRequest)
Use this operation to get raster data collections.
|
default ListRasterDataCollectionsIterable |
SageMakerGeospatialClient.listRasterDataCollectionsPaginator(Consumer<ListRasterDataCollectionsRequest.Builder> listRasterDataCollectionsRequest)
Use this operation to get raster data collections.
|
default ListRasterDataCollectionsPublisher |
SageMakerGeospatialAsyncClient.listRasterDataCollectionsPaginator(Consumer<ListRasterDataCollectionsRequest.Builder> listRasterDataCollectionsRequest)
Use this operation to get raster data collections.
|
| Modifier and Type | Method and Description |
|---|---|
static ListRasterDataCollectionsRequest.Builder |
ListRasterDataCollectionsRequest.builder() |
ListRasterDataCollectionsRequest.Builder |
ListRasterDataCollectionsRequest.Builder.maxResults(Integer maxResults)
The total number of items to return.
|
ListRasterDataCollectionsRequest.Builder |
ListRasterDataCollectionsRequest.Builder.nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListRasterDataCollectionsRequest.Builder |
ListRasterDataCollectionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListRasterDataCollectionsRequest.Builder |
ListRasterDataCollectionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListRasterDataCollectionsRequest.Builder |
ListRasterDataCollectionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListRasterDataCollectionsRequest.Builder> |
ListRasterDataCollectionsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.