Uses of Interface
software.amazon.awssdk.services.billing.model.UpdateBillingViewResponse.Builder
-
Packages that use UpdateBillingViewResponse.Builder Package Description software.amazon.awssdk.services.billing.model -
-
Uses of UpdateBillingViewResponse.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return UpdateBillingViewResponse.Builder Modifier and Type Method Description UpdateBillingViewResponse.BuilderUpdateBillingViewResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.static UpdateBillingViewResponse.BuilderUpdateBillingViewResponse. builder()UpdateBillingViewResponse.BuilderUpdateBillingViewResponse. toBuilder()UpdateBillingViewResponse.BuilderUpdateBillingViewResponse.Builder. updatedAt(Instant updatedAt)The time when the billing view was last updated.Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type UpdateBillingViewResponse.Builder Modifier and Type Method Description static Class<? extends UpdateBillingViewResponse.Builder>UpdateBillingViewResponse. serializableBuilderClass()
-