Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ListEarthObservationJobsRequest
-
Packages that use ListEarthObservationJobsRequest Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources.software.amazon.awssdk.services.sagemakergeospatial.paginators software.amazon.awssdk.services.sagemakergeospatial.transform -
-
Uses of ListEarthObservationJobsRequest in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial with parameters of type ListEarthObservationJobsRequest Modifier and Type Method Description default CompletableFuture<ListEarthObservationJobsResponse>SageMakerGeospatialAsyncClient. listEarthObservationJobs(ListEarthObservationJobsRequest listEarthObservationJobsRequest)Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.default ListEarthObservationJobsResponseSageMakerGeospatialClient. listEarthObservationJobs(ListEarthObservationJobsRequest listEarthObservationJobsRequest)Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.default ListEarthObservationJobsPublisherSageMakerGeospatialAsyncClient. listEarthObservationJobsPaginator(ListEarthObservationJobsRequest listEarthObservationJobsRequest)default ListEarthObservationJobsIterableSageMakerGeospatialClient. listEarthObservationJobsPaginator(ListEarthObservationJobsRequest listEarthObservationJobsRequest) -
Uses of ListEarthObservationJobsRequest in software.amazon.awssdk.services.sagemakergeospatial.paginators
Constructors in software.amazon.awssdk.services.sagemakergeospatial.paginators with parameters of type ListEarthObservationJobsRequest Constructor Description ListEarthObservationJobsIterable(SageMakerGeospatialClient client, ListEarthObservationJobsRequest firstRequest)ListEarthObservationJobsPublisher(SageMakerGeospatialAsyncClient client, ListEarthObservationJobsRequest firstRequest) -
Uses of ListEarthObservationJobsRequest in software.amazon.awssdk.services.sagemakergeospatial.transform
Methods in software.amazon.awssdk.services.sagemakergeospatial.transform with parameters of type ListEarthObservationJobsRequest Modifier and Type Method Description SdkHttpFullRequestListEarthObservationJobsRequestMarshaller. marshall(ListEarthObservationJobsRequest listEarthObservationJobsRequest)
-