Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ItemSource
-
Packages that use ItemSource Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of ItemSource in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type ItemSource Modifier and Type Method Description List<ItemSource>SearchRasterDataCollectionResponse. items()List of items matching the Raster DataCollectionQuery.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type ItemSource Modifier and Type Method Description SearchRasterDataCollectionResponse.BuilderSearchRasterDataCollectionResponse.Builder. items(ItemSource... items)List of items matching the Raster DataCollectionQuery.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type ItemSource Modifier and Type Method Description SearchRasterDataCollectionResponse.BuilderSearchRasterDataCollectionResponse.Builder. items(Collection<ItemSource> items)List of items matching the Raster DataCollectionQuery.
-