Uses of Class
software.amazon.awssdk.services.billing.model.BillingViewListElement
-
Packages that use BillingViewListElement Package Description software.amazon.awssdk.services.billing.model software.amazon.awssdk.services.billing.paginators -
-
Uses of BillingViewListElement in software.amazon.awssdk.services.billing.model
Methods in software.amazon.awssdk.services.billing.model that return types with arguments of type BillingViewListElement Modifier and Type Method Description List<BillingViewListElement>ListBillingViewsResponse. billingViews()A list ofBillingViewListElementretrieved.Methods in software.amazon.awssdk.services.billing.model with parameters of type BillingViewListElement Modifier and Type Method Description ListBillingViewsResponse.BuilderListBillingViewsResponse.Builder. billingViews(BillingViewListElement... billingViews)A list ofBillingViewListElementretrieved.Method parameters in software.amazon.awssdk.services.billing.model with type arguments of type BillingViewListElement Modifier and Type Method Description ListBillingViewsResponse.BuilderListBillingViewsResponse.Builder. billingViews(Collection<BillingViewListElement> billingViews)A list ofBillingViewListElementretrieved. -
Uses of BillingViewListElement in software.amazon.awssdk.services.billing.paginators
Methods in software.amazon.awssdk.services.billing.paginators that return types with arguments of type BillingViewListElement Modifier and Type Method Description SdkIterable<BillingViewListElement>ListBillingViewsIterable. billingViews()Returns an iterable to iterate through the paginatedListBillingViewsResponse.billingViews()member.SdkPublisher<BillingViewListElement>ListBillingViewsPublisher. billingViews()Returns a publisher that can be used to get a stream of data.
-