Uses of Class
software.amazon.awssdk.services.bcmpricingcalculator.model.WorkloadEstimateRateType
-
Packages that use WorkloadEstimateRateType Package Description software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of WorkloadEstimateRateType in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return WorkloadEstimateRateType Modifier and Type Method Description static WorkloadEstimateRateTypeWorkloadEstimateRateType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.WorkloadEstimateRateTypeCreateWorkloadEstimateRequest. rateType()The type of pricing rates to use for the estimate.WorkloadEstimateRateTypeCreateWorkloadEstimateResponse. rateType()The type of pricing rates used for the estimate.WorkloadEstimateRateTypeGetWorkloadEstimateResponse. rateType()The type of pricing rates used for the estimate.WorkloadEstimateRateTypeUpdateWorkloadEstimateResponse. rateType()The type of pricing rates used for the updated estimate.WorkloadEstimateRateTypeWorkloadEstimateSummary. rateType()The type of pricing rates used for the estimate.static WorkloadEstimateRateTypeWorkloadEstimateRateType. valueOf(String name)Returns the enum constant of this type with the specified name.static WorkloadEstimateRateType[]WorkloadEstimateRateType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type WorkloadEstimateRateType Modifier and Type Method Description static Set<WorkloadEstimateRateType>WorkloadEstimateRateType. knownValues()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model with parameters of type WorkloadEstimateRateType Modifier and Type Method Description CreateWorkloadEstimateRequest.BuilderCreateWorkloadEstimateRequest.Builder. rateType(WorkloadEstimateRateType rateType)The type of pricing rates to use for the estimate.CreateWorkloadEstimateResponse.BuilderCreateWorkloadEstimateResponse.Builder. rateType(WorkloadEstimateRateType rateType)The type of pricing rates used for the estimate.GetWorkloadEstimateResponse.BuilderGetWorkloadEstimateResponse.Builder. rateType(WorkloadEstimateRateType rateType)The type of pricing rates used for the estimate.UpdateWorkloadEstimateResponse.BuilderUpdateWorkloadEstimateResponse.Builder. rateType(WorkloadEstimateRateType rateType)The type of pricing rates used for the updated estimate.WorkloadEstimateSummary.BuilderWorkloadEstimateSummary.Builder. rateType(WorkloadEstimateRateType rateType)The type of pricing rates used for the estimate.
-