Uses of Interface
software.amazon.awssdk.services.billing.model.GetBillingViewResponse.Builder
-
Packages that use GetBillingViewResponse.Builder Package Description software.amazon.awssdk.services.billing.model -
-
Uses of GetBillingViewResponse.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return GetBillingViewResponse.Builder Modifier and Type Method Description default GetBillingViewResponse.BuilderGetBillingViewResponse.Builder. billingView(Consumer<BillingViewElement.Builder> billingView)The billing view element associated with the specified ARN.GetBillingViewResponse.BuilderGetBillingViewResponse.Builder. billingView(BillingViewElement billingView)The billing view element associated with the specified ARN.static GetBillingViewResponse.BuilderGetBillingViewResponse. builder()GetBillingViewResponse.BuilderGetBillingViewResponse. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type GetBillingViewResponse.Builder Modifier and Type Method Description static Class<? extends GetBillingViewResponse.Builder>GetBillingViewResponse. serializableBuilderClass()
-