Uses of Interface
software.amazon.awssdk.services.dynamodb.model.DescribeExportResponse.Builder
-
Packages that use DescribeExportResponse.Builder Package Description software.amazon.awssdk.services.dynamodb.model -
-
Uses of DescribeExportResponse.Builder in software.amazon.awssdk.services.dynamodb.model
Methods in software.amazon.awssdk.services.dynamodb.model that return DescribeExportResponse.Builder Modifier and Type Method Description static DescribeExportResponse.Builder
DescribeExportResponse. builder()
default DescribeExportResponse.Builder
DescribeExportResponse.Builder. exportDescription(Consumer<ExportDescription.Builder> exportDescription)
Represents the properties of the export.DescribeExportResponse.Builder
DescribeExportResponse.Builder. exportDescription(ExportDescription exportDescription)
Represents the properties of the export.DescribeExportResponse.Builder
DescribeExportResponse. toBuilder()
Methods in software.amazon.awssdk.services.dynamodb.model that return types with arguments of type DescribeExportResponse.Builder Modifier and Type Method Description static Class<? extends DescribeExportResponse.Builder>
DescribeExportResponse. serializableBuilderClass()
-