Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ListEarthObservationJobsResponse
-
Packages that use ListEarthObservationJobsResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources.software.amazon.awssdk.services.sagemakergeospatial.paginators -
-
Uses of ListEarthObservationJobsResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return ListEarthObservationJobsResponse Modifier and Type Method Description default ListEarthObservationJobsResponseSageMakerGeospatialClient. 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 ListEarthObservationJobsResponseSageMakerGeospatialClient. listEarthObservationJobs(ListEarthObservationJobsRequest listEarthObservationJobsRequest)Use this operation to get a list of the Earth Observation jobs associated with the calling Amazon Web Services account.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type ListEarthObservationJobsResponse Modifier and Type Method Description 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 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. -
Uses of ListEarthObservationJobsResponse in software.amazon.awssdk.services.sagemakergeospatial.paginators
Methods in software.amazon.awssdk.services.sagemakergeospatial.paginators that return types with arguments of type ListEarthObservationJobsResponse Modifier and Type Method Description Iterator<ListEarthObservationJobsResponse>ListEarthObservationJobsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemakergeospatial.paginators with type arguments of type ListEarthObservationJobsResponse Modifier and Type Method Description voidListEarthObservationJobsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListEarthObservationJobsResponse> subscriber)
-