Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.Filter
-
Packages that use Filter Package Description software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of Filter in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type Filter Modifier and Type Method Description List<Filter>GetRasterDataCollectionResponse. supportedFilters()The filters supported by the raster data collection.List<Filter>RasterDataCollectionMetadata. supportedFilters()The list of filters supported by the raster data collection.Methods in software.amazon.awssdk.services.sagemakergeospatial.model with parameters of type Filter Modifier and Type Method Description GetRasterDataCollectionResponse.BuilderGetRasterDataCollectionResponse.Builder. supportedFilters(Filter... supportedFilters)The filters supported by the raster data collection.RasterDataCollectionMetadata.BuilderRasterDataCollectionMetadata.Builder. supportedFilters(Filter... supportedFilters)The list of filters supported by the raster data collection.Method parameters in software.amazon.awssdk.services.sagemakergeospatial.model with type arguments of type Filter Modifier and Type Method Description GetRasterDataCollectionResponse.BuilderGetRasterDataCollectionResponse.Builder. supportedFilters(Collection<Filter> supportedFilters)The filters supported by the raster data collection.RasterDataCollectionMetadata.BuilderRasterDataCollectionMetadata.Builder. supportedFilters(Collection<Filter> supportedFilters)The list of filters supported by the raster data collection.
-