Uses of Class
software.amazon.awssdk.services.billingconductor.model.CustomLineItemVersionListElement
-
Packages that use CustomLineItemVersionListElement Package Description software.amazon.awssdk.services.billingconductor.model software.amazon.awssdk.services.billingconductor.paginators -
-
Uses of CustomLineItemVersionListElement in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type CustomLineItemVersionListElement Modifier and Type Method Description List<CustomLineItemVersionListElement>ListCustomLineItemVersionsResponse. customLineItemVersions()A list ofCustomLineItemVersionListElementsthat are received.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type CustomLineItemVersionListElement Modifier and Type Method Description ListCustomLineItemVersionsResponse.BuilderListCustomLineItemVersionsResponse.Builder. customLineItemVersions(CustomLineItemVersionListElement... customLineItemVersions)A list ofCustomLineItemVersionListElementsthat are received.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type CustomLineItemVersionListElement Modifier and Type Method Description ListCustomLineItemVersionsResponse.BuilderListCustomLineItemVersionsResponse.Builder. customLineItemVersions(Collection<CustomLineItemVersionListElement> customLineItemVersions)A list ofCustomLineItemVersionListElementsthat are received. -
Uses of CustomLineItemVersionListElement in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type CustomLineItemVersionListElement Modifier and Type Method Description SdkIterable<CustomLineItemVersionListElement>ListCustomLineItemVersionsIterable. customLineItemVersions()Returns an iterable to iterate through the paginatedListCustomLineItemVersionsResponse.customLineItemVersions()member.SdkPublisher<CustomLineItemVersionListElement>ListCustomLineItemVersionsPublisher. customLineItemVersions()Returns a publisher that can be used to get a stream of data.
-