Uses of Class
software.amazon.awssdk.services.sagemakergeospatial.model.GetTileResponse
-
Packages that use GetTileResponse Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources. -
-
Uses of GetTileResponse in software.amazon.awssdk.services.sagemakergeospatial
Methods in software.amazon.awssdk.services.sagemakergeospatial that return GetTileResponse Modifier and Type Method Description default GetTileResponseSageMakerGeospatialClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest, Path destinationPath)Gets a web mercator tile for the given Earth Observation job.default GetTileResponseSageMakerGeospatialClient. getTile(GetTileRequest getTileRequest, Path destinationPath)Gets a web mercator tile for the given Earth Observation job.Methods in software.amazon.awssdk.services.sagemakergeospatial that return types with arguments of type GetTileResponse Modifier and Type Method Description default CompletableFuture<GetTileResponse>SageMakerGeospatialAsyncClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest, Path destinationPath)Gets a web mercator tile for the given Earth Observation job.default CompletableFuture<GetTileResponse>SageMakerGeospatialAsyncClient. getTile(GetTileRequest getTileRequest, Path destinationPath)Gets a web mercator tile for the given Earth Observation job.default ResponseInputStream<GetTileResponse>SageMakerGeospatialClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest)Gets a web mercator tile for the given Earth Observation job.default ResponseInputStream<GetTileResponse>SageMakerGeospatialClient. getTile(GetTileRequest getTileRequest)Gets a web mercator tile for the given Earth Observation job.default ResponseBytes<GetTileResponse>SageMakerGeospatialClient. getTileAsBytes(Consumer<GetTileRequest.Builder> getTileRequest)Gets a web mercator tile for the given Earth Observation job.default ResponseBytes<GetTileResponse>SageMakerGeospatialClient. getTileAsBytes(GetTileRequest getTileRequest)Gets a web mercator tile for the given Earth Observation job.Method parameters in software.amazon.awssdk.services.sagemakergeospatial with type arguments of type GetTileResponse Modifier and Type Method Description default <ReturnT> CompletableFuture<ReturnT>SageMakerGeospatialAsyncClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest, AsyncResponseTransformer<GetTileResponse,ReturnT> asyncResponseTransformer)Gets a web mercator tile for the given Earth Observation job.default <ReturnT> CompletableFuture<ReturnT>SageMakerGeospatialAsyncClient. getTile(GetTileRequest getTileRequest, AsyncResponseTransformer<GetTileResponse,ReturnT> asyncResponseTransformer)Gets a web mercator tile for the given Earth Observation job.default <ReturnT> ReturnTSageMakerGeospatialClient. getTile(Consumer<GetTileRequest.Builder> getTileRequest, ResponseTransformer<GetTileResponse,ReturnT> responseTransformer)Gets a web mercator tile for the given Earth Observation job.default <ReturnT> ReturnTSageMakerGeospatialClient. getTile(GetTileRequest getTileRequest, ResponseTransformer<GetTileResponse,ReturnT> responseTransformer)Gets a web mercator tile for the given Earth Observation job.
-