Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.ListRasterDataCollectionsRequest
-
Packages that use ListRasterDataCollectionsRequest 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 ListRasterDataCollectionsRequest in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial with parameters of type ListRasterDataCollectionsRequest Modifier and Type Method Description default CompletableFuture<ListRasterDataCollectionsResponse>SageMakerGeospatialAsyncClient. listRasterDataCollections(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest)Use this operation to get raster data collections.default ListRasterDataCollectionsResponseSageMakerGeospatialClient. listRasterDataCollections(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest)Use this operation to get raster data collections.default ListRasterDataCollectionsPublisherSageMakerGeospatialAsyncClient. listRasterDataCollectionsPaginator(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest)default ListRasterDataCollectionsIterableSageMakerGeospatialClient. listRasterDataCollectionsPaginator(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest) -
Uses of ListRasterDataCollectionsRequest in software.amazon.awssdk.services.sagemakergeospatial.paginators
Constructors in software.amazon.awssdk.services.sagemakergeospatial.paginators with parameters of type ListRasterDataCollectionsRequest Constructor Description ListRasterDataCollectionsIterable(SageMakerGeospatialClient client, ListRasterDataCollectionsRequest firstRequest)ListRasterDataCollectionsPublisher(SageMakerGeospatialAsyncClient client, ListRasterDataCollectionsRequest firstRequest) -
Uses of ListRasterDataCollectionsRequest in software.amazon.awssdk.services.sagemakergeospatial.transform
Methods in software.amazon.awssdk.services.sagemakergeospatial.transform with parameters of type ListRasterDataCollectionsRequest Modifier and Type Method Description SdkHttpFullRequestListRasterDataCollectionsRequestMarshaller. marshall(ListRasterDataCollectionsRequest listRasterDataCollectionsRequest)
-