Uses of Interface
software.amazon.awssdk.services.billing.model.ListSourceViewsForBillingViewRequest.Builder
-
Packages that use ListSourceViewsForBillingViewRequest.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 ListSourceViewsForBillingViewRequest.Builder in software.amazon.awssdk.services.billing
-
Uses of ListSourceViewsForBillingViewRequest.Builder in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return ListSourceViewsForBillingViewRequest.Builder Modifier and Type Method Description ListSourceViewsForBillingViewRequest.BuilderListSourceViewsForBillingViewRequest.Builder. arn(String arn)The Amazon Resource Name (ARN) that can be used to uniquely identify the billing view.static ListSourceViewsForBillingViewRequest.BuilderListSourceViewsForBillingViewRequest. builder()ListSourceViewsForBillingViewRequest.BuilderListSourceViewsForBillingViewRequest.Builder. maxResults(Integer maxResults)The number of entries a paginated response contains.ListSourceViewsForBillingViewRequest.BuilderListSourceViewsForBillingViewRequest.Builder. nextToken(String nextToken)The pagination token that is used on subsequent calls to list billing views.ListSourceViewsForBillingViewRequest.BuilderListSourceViewsForBillingViewRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListSourceViewsForBillingViewRequest.BuilderListSourceViewsForBillingViewRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListSourceViewsForBillingViewRequest.BuilderListSourceViewsForBillingViewRequest. toBuilder()Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type ListSourceViewsForBillingViewRequest.Builder Modifier and Type Method Description static Class<? extends ListSourceViewsForBillingViewRequest.Builder>ListSourceViewsForBillingViewRequest. serializableBuilderClass()
-