Uses of Interface
software.amazon.awssdk.services.devopsguru.model.CostEstimationTimeRange.Builder
-
Packages that use CostEstimationTimeRange.Builder Package Description software.amazon.awssdk.services.devopsguru.model -
-
Uses of CostEstimationTimeRange.Builder in software.amazon.awssdk.services.devopsguru.model
Methods in software.amazon.awssdk.services.devopsguru.model that return CostEstimationTimeRange.Builder Modifier and Type Method Description static CostEstimationTimeRange.BuilderCostEstimationTimeRange. builder()CostEstimationTimeRange.BuilderCostEstimationTimeRange.Builder. endTime(Instant endTime)The end time of the cost estimation.CostEstimationTimeRange.BuilderCostEstimationTimeRange.Builder. startTime(Instant startTime)The start time of the cost estimation.CostEstimationTimeRange.BuilderCostEstimationTimeRange. toBuilder()Methods in software.amazon.awssdk.services.devopsguru.model that return types with arguments of type CostEstimationTimeRange.Builder Modifier and Type Method Description static Class<? extends CostEstimationTimeRange.Builder>CostEstimationTimeRange. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.devopsguru.model with type arguments of type CostEstimationTimeRange.Builder Modifier and Type Method Description default GetCostEstimationResponse.BuilderGetCostEstimationResponse.Builder. timeRange(Consumer<CostEstimationTimeRange.Builder> timeRange)The start and end time of the cost estimation.
-