Uses of Interface
software.amazon.awssdk.services.bcmpricingcalculator.model.ListBillScenarioCommitmentModificationsRequest.Builder
-
Packages that use ListBillScenarioCommitmentModificationsRequest.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 ListBillScenarioCommitmentModificationsRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator
-
Uses of ListBillScenarioCommitmentModificationsRequest.Builder in software.amazon.awssdk.services.bcmpricingcalculator.model
Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return ListBillScenarioCommitmentModificationsRequest.Builder Modifier and Type Method Description ListBillScenarioCommitmentModificationsRequest.BuilderListBillScenarioCommitmentModificationsRequest.Builder. billScenarioId(String billScenarioId)The unique identifier of the bill scenario to list commitment modifications for.static ListBillScenarioCommitmentModificationsRequest.BuilderListBillScenarioCommitmentModificationsRequest. builder()ListBillScenarioCommitmentModificationsRequest.BuilderListBillScenarioCommitmentModificationsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return per page.ListBillScenarioCommitmentModificationsRequest.BuilderListBillScenarioCommitmentModificationsRequest.Builder. nextToken(String nextToken)A token to retrieve the next page of results.ListBillScenarioCommitmentModificationsRequest.BuilderListBillScenarioCommitmentModificationsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBillScenarioCommitmentModificationsRequest.BuilderListBillScenarioCommitmentModificationsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListBillScenarioCommitmentModificationsRequest.BuilderListBillScenarioCommitmentModificationsRequest. toBuilder()Methods in software.amazon.awssdk.services.bcmpricingcalculator.model that return types with arguments of type ListBillScenarioCommitmentModificationsRequest.Builder Modifier and Type Method Description static Class<? extends ListBillScenarioCommitmentModificationsRequest.Builder>ListBillScenarioCommitmentModificationsRequest. serializableBuilderClass()
-