Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ListEarthObservationJobOutputConfig
-
Packages that use ListEarthObservationJobOutputConfig Package Description software.amazon.awssdk.services.sagemakergeospatial.model software.amazon.awssdk.services.sagemakergeospatial.paginators -
-
Uses of ListEarthObservationJobOutputConfig in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type ListEarthObservationJobOutputConfig Modifier and Type Method Description List<ListEarthObservationJobOutputConfig>ListEarthObservationJobsResponse. earthObservationJobSummaries()Contains summary information about the Earth Observation jobs.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type ListEarthObservationJobOutputConfig Modifier and Type Method Description ListEarthObservationJobsResponse.BuilderListEarthObservationJobsResponse.Builder. earthObservationJobSummaries(ListEarthObservationJobOutputConfig... earthObservationJobSummaries)Contains summary information about the Earth Observation jobs.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type ListEarthObservationJobOutputConfig Modifier and Type Method Description ListEarthObservationJobsResponse.BuilderListEarthObservationJobsResponse.Builder. earthObservationJobSummaries(Collection<ListEarthObservationJobOutputConfig> earthObservationJobSummaries)Contains summary information about the Earth Observation jobs. -
Uses of ListEarthObservationJobOutputConfig in software.amazon.awssdk.services.sagemakergeospatial.paginators
Methods in software.amazon.awssdk.services.sagemakergeospatial.paginators that return types with arguments of type ListEarthObservationJobOutputConfig Modifier and Type Method Description SdkIterable<ListEarthObservationJobOutputConfig>ListEarthObservationJobsIterable. earthObservationJobSummaries()Returns an iterable to iterate through the paginatedListEarthObservationJobsResponse.earthObservationJobSummaries()member.SdkPublisher<ListEarthObservationJobOutputConfig>ListEarthObservationJobsPublisher. earthObservationJobSummaries()Returns a publisher that can be used to get a stream of data.
-