Uses of Class
software.amazon.awssdk.services.billingconductor.model.BillingGroupListElement
-
Packages that use BillingGroupListElement Package Description software.amazon.awssdk.services.billingconductor.model software.amazon.awssdk.services.billingconductor.paginators -
-
Uses of BillingGroupListElement in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type BillingGroupListElement Modifier and Type Method Description List<BillingGroupListElement>ListBillingGroupsResponse. billingGroups()A list ofBillingGroupListElementretrieved.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type BillingGroupListElement Modifier and Type Method Description ListBillingGroupsResponse.BuilderListBillingGroupsResponse.Builder. billingGroups(BillingGroupListElement... billingGroups)A list ofBillingGroupListElementretrieved.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type BillingGroupListElement Modifier and Type Method Description ListBillingGroupsResponse.BuilderListBillingGroupsResponse.Builder. billingGroups(Collection<BillingGroupListElement> billingGroups)A list ofBillingGroupListElementretrieved. -
Uses of BillingGroupListElement in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type BillingGroupListElement Modifier and Type Method Description SdkIterable<BillingGroupListElement>ListBillingGroupsIterable. billingGroups()Returns an iterable to iterate through the paginatedListBillingGroupsResponse.billingGroups()member.SdkPublisher<BillingGroupListElement>ListBillingGroupsPublisher. billingGroups()Returns a publisher that can be used to get a stream of data.
-