Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.GetWorkloadEstimateRequest.Builder
-
Packages that use GetWorkloadEstimateRequest.Builder Package Description software.amazon.awssdk.services.bcmpricingcalculator You can use the Pricing Calculator API to programmatically create estimates for your planned cloud use.software.amazon.awssdk.services.bcmpricingcalculator.model -
-
Uses of GetWorkloadEstimateRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator
Method parameters in software.amazon.awssdk.services.bcmpricingcalculator with type arguments of type GetWorkloadEstimateRequest.Builder Modifier and Type Method Description default CompletableFuture<GetWorkloadEstimateResponse>BcmPricingCalculatorAsyncClient. getWorkloadEstimate(Consumer<GetWorkloadEstimateRequest.Builder> getWorkloadEstimateRequest)Retrieves details of a specific workload estimate.default GetWorkloadEstimateResponseBcmPricingCalculatorClient. getWorkloadEstimate(Consumer<GetWorkloadEstimateRequest.Builder> getWorkloadEstimateRequest)Retrieves details of a specific workload estimate. -
Uses of GetWorkloadEstimateRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return GetWorkloadEstimateRequest.Builder Modifier and Type Method Description static GetWorkloadEstimateRequest.BuilderGetWorkloadEstimateRequest. builder()GetWorkloadEstimateRequest.BuilderGetWorkloadEstimateRequest.Builder. identifier(String identifier)The unique identifier of the workload estimate to retrieve.GetWorkloadEstimateRequest.BuilderGetWorkloadEstimateRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkloadEstimateRequest.BuilderGetWorkloadEstimateRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWorkloadEstimateRequest.BuilderGetWorkloadEstimateRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type GetWorkloadEstimateRequest.Builder Modifier and Type Method Description static Class<? extends GetWorkloadEstimateRequest.Builder>GetWorkloadEstimateRequest. serializableBuilderClass()
-