| 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 ListEarthObservationJobsResponse |
SageMakerGeospatialClient.listEarthObservationJobs(Consumer<ListEarthObservationJobsRequest.Builder> listEarthObservationJobsRequest)
Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services
account.
|
default CompletableFuture<ListEarthObservationJobsResponse> |
SageMakerGeospatialAsyncClient.listEarthObservationJobs(Consumer<ListEarthObservationJobsRequest.Builder> listEarthObservationJobsRequest)
Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services
account.
|
default ListEarthObservationJobsIterable |
SageMakerGeospatialClient.listEarthObservationJobsPaginator(Consumer<ListEarthObservationJobsRequest.Builder> listEarthObservationJobsRequest)
Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services
account.
|
default ListEarthObservationJobsPublisher |
SageMakerGeospatialAsyncClient.listEarthObservationJobsPaginator(Consumer<ListEarthObservationJobsRequest.Builder> listEarthObservationJobsRequest)
Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services
account.
|
| Modifier and Type | Method and Description |
|---|---|
static ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.builder() |
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.maxResults(Integer maxResults)
The total number of items to return.
|
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.nextToken(String nextToken)
If the previous response was truncated, you receive this token.
|
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.sortBy(String sortBy)
The parameter by which to sort the results.
|
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.sortOrder(SortOrder sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.sortOrder(String sortOrder)
An optional value that specifies whether you want the results sorted in
Ascending or
Descending order. |
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.statusEquals(EarthObservationJobStatus statusEquals)
A filter that retrieves only jobs with a specific status.
|
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.Builder.statusEquals(String statusEquals)
A filter that retrieves only jobs with a specific status.
|
ListEarthObservationJobsRequest.Builder |
ListEarthObservationJobsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListEarthObservationJobsRequest.Builder> |
ListEarthObservationJobsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.