Uses of Interface
software.amazon.awssdk.services.billing.model.ListSourceViewsForBillingViewResponse.Builder
-
Packages that use ListSourceViewsForBillingViewResponse.Builder Package Description software.amazon.awssdk.services.billing.model -
-
Uses of ListSourceViewsForBillingViewResponse.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return ListSourceViewsForBillingViewResponse.Builder Modifier and Type Method Description static ListSourceViewsForBillingViewResponse.BuilderListSourceViewsForBillingViewResponse. builder()ListSourceViewsForBillingViewResponse.BuilderListSourceViewsForBillingViewResponse.Builder. nextToken(String nextToken)The pagination token that is used on subsequent calls to list billing views.ListSourceViewsForBillingViewResponse.BuilderListSourceViewsForBillingViewResponse.Builder. sourceViews(String... sourceViews)A list of billing views used as the data source for the custom billing view.ListSourceViewsForBillingViewResponse.BuilderListSourceViewsForBillingViewResponse.Builder. sourceViews(Collection<String> sourceViews)A list of billing views used as the data source for the custom billing view.ListSourceViewsForBillingViewResponse.BuilderListSourceViewsForBillingViewResponse. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type ListSourceViewsForBillingViewResponse.Builder Modifier and Type Method Description static Class<? extends ListSourceViewsForBillingViewResponse.Builder>ListSourceViewsForBillingViewResponse. serializableBuilderClass()
-