Uses of Interface
software.amazon.awssdk.services.billing.model.UpdateBillingViewRequest.Builder
-
Packages that use UpdateBillingViewRequest.Builder Package Description software.amazon.awssdk.services.billing You can use the Billing API to programatically list the billing views available to you for a given time period.software.amazon.awssdk.services.billing.model -
-
Uses of UpdateBillingViewRequest.Builder in software.amazon.awssdk.services.billing
Method parameters in software.amazon.awssdk.services.billing with type arguments of type UpdateBillingViewRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateBillingViewResponse>BillingAsyncClient. updateBillingView(Consumer<UpdateBillingViewRequest.Builder> updateBillingViewRequest)An API to update the attributes of the billing view.default UpdateBillingViewResponseBillingClient. updateBillingView(Consumer<UpdateBillingViewRequest.Builder> updateBillingViewRequest)An API to update the attributes of the billing view. -
Uses of UpdateBillingViewRequest.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return UpdateBillingViewRequest.Builder Modifier and Type Method Description UpdateBillingViewRequest.BuilderUpdateBillingViewRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.static UpdateBillingViewRequest.BuilderUpdateBillingViewRequest. builder()default UpdateBillingViewRequest.BuilderUpdateBillingViewRequest.Builder. dataFilterExpression(Consumer<Expression.Builder> dataFilterExpression)See Expression .UpdateBillingViewRequest.BuilderUpdateBillingViewRequest.Builder. dataFilterExpression(Expression dataFilterExpression)See Expression .UpdateBillingViewRequest.BuilderUpdateBillingViewRequest.Builder. description(String description)The description of the billing view.UpdateBillingViewRequest.BuilderUpdateBillingViewRequest.Builder. name(String name)The name of the billing view.UpdateBillingViewRequest.BuilderUpdateBillingViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateBillingViewRequest.BuilderUpdateBillingViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateBillingViewRequest.BuilderUpdateBillingViewRequest. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type UpdateBillingViewRequest.Builder Modifier and Type Method Description static Class<? extends UpdateBillingViewRequest.Builder>UpdateBillingViewRequest. serializableBuilderClass()
-