Uses of Interface
software.amazon.awssdk.services.sagemakergeospatial.model.ListRasterDataCollectionsRequest.Builder
-
Packages that use ListRasterDataCollectionsRequest.Builder Package Description software.amazon.awssdk.services.sagemakergeospatial Provides APIs for creating and managing SageMaker geospatial resources.software.amazon.awssdk.services.sagemakergeospatial.model -
-
Uses of ListRasterDataCollectionsRequest.Builder in software.amazon.awssdk.services.sagemakergeospatial
-
Uses of ListRasterDataCollectionsRequest.Builder in software.amazon.awssdk.services.sagemakergeospatial.model
Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return ListRasterDataCollectionsRequest.Builder Modifier and Type Method Description static ListRasterDataCollectionsRequest.BuilderListRasterDataCollectionsRequest. builder()ListRasterDataCollectionsRequest.BuilderListRasterDataCollectionsRequest.Builder. maxResults(Integer maxResults)The total number of items to return.ListRasterDataCollectionsRequest.BuilderListRasterDataCollectionsRequest.Builder. nextToken(String nextToken)If the previous response was truncated, you receive this token.ListRasterDataCollectionsRequest.BuilderListRasterDataCollectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRasterDataCollectionsRequest.BuilderListRasterDataCollectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRasterDataCollectionsRequest.BuilderListRasterDataCollectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakergeospatial.model that return types with arguments of type ListRasterDataCollectionsRequest.Builder Modifier and Type Method Description static Class<? extends ListRasterDataCollectionsRequest.Builder>ListRasterDataCollectionsRequest. serializableBuilderClass()
-