Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.BatchCreateWorkloadEstimateUsageRequest.Builder
-
Packages that use BatchCreateWorkloadEstimateUsageRequest.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 BatchCreateWorkloadEstimateUsageRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator
Method parameters in software.amazon.awssdk.services.bcmpricingcalculator with type arguments of type BatchCreateWorkloadEstimateUsageRequest.Builder Modifier and Type Method Description default CompletableFuture<BatchCreateWorkloadEstimateUsageResponse>BcmPricingCalculatorAsyncClient. batchCreateWorkloadEstimateUsage(Consumer<BatchCreateWorkloadEstimateUsageRequest.Builder> batchCreateWorkloadEstimateUsageRequest)Create Amazon Web Services service usage that you want to model in a Workload Estimate.default BatchCreateWorkloadEstimateUsageResponseBcmPricingCalculatorClient. batchCreateWorkloadEstimateUsage(Consumer<BatchCreateWorkloadEstimateUsageRequest.Builder> batchCreateWorkloadEstimateUsageRequest)Create Amazon Web Services service usage that you want to model in a Workload Estimate. -
Uses of BatchCreateWorkloadEstimateUsageRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return BatchCreateWorkloadEstimateUsageRequest.Builder Modifier and Type Method Description static BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest. builder()BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. clientToken(String clientToken)A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest. toBuilder()BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. usage(Collection<BatchCreateWorkloadEstimateUsageEntry> usage)List of usage that you want to model in the Workload estimate.BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. usage(Consumer<BatchCreateWorkloadEstimateUsageEntry.Builder>... usage)List of usage that you want to model in the Workload estimate.BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. usage(BatchCreateWorkloadEstimateUsageEntry... usage)List of usage that you want to model in the Workload estimate.BatchCreateWorkloadEstimateUsageRequest.BuilderBatchCreateWorkloadEstimateUsageRequest.Builder. workloadEstimateId(String workloadEstimateId)The ID of the Workload estimate for which you want to create the modeled usage.Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type BatchCreateWorkloadEstimateUsageRequest.Builder Modifier and Type Method Description static Class<? extends BatchCreateWorkloadEstimateUsageRequest.Builder>BatchCreateWorkloadEstimateUsageRequest. serializableBuilderClass()
-