Uses of Class
software.amazon.awssdk.services.billingconductor.model.ListResourcesAssociatedToCustomLineItemResponseElement
-
-
Uses of ListResourcesAssociatedToCustomLineItemResponseElement in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ListResourcesAssociatedToCustomLineItemResponseElement Modifier and Type Method Description List<ListResourcesAssociatedToCustomLineItemResponseElement>ListResourcesAssociatedToCustomLineItemResponse. associatedResources()A list ofListResourcesAssociatedToCustomLineItemResponseElementfor each resource association retrieved.Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type ListResourcesAssociatedToCustomLineItemResponseElement Modifier and Type Method Description ListResourcesAssociatedToCustomLineItemResponse.BuilderListResourcesAssociatedToCustomLineItemResponse.Builder. associatedResources(ListResourcesAssociatedToCustomLineItemResponseElement... associatedResources)A list ofListResourcesAssociatedToCustomLineItemResponseElementfor each resource association retrieved.Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type ListResourcesAssociatedToCustomLineItemResponseElement Modifier and Type Method Description ListResourcesAssociatedToCustomLineItemResponse.BuilderListResourcesAssociatedToCustomLineItemResponse.Builder. associatedResources(Collection<ListResourcesAssociatedToCustomLineItemResponseElement> associatedResources)A list ofListResourcesAssociatedToCustomLineItemResponseElementfor each resource association retrieved. -
Uses of ListResourcesAssociatedToCustomLineItemResponseElement in software.amazon.awssdk.services.billingconductor.paginators
Methods in software.amazon.awssdk.services.billingconductor.paginators that return types with arguments of type ListResourcesAssociatedToCustomLineItemResponseElement Modifier and Type Method Description SdkIterable<ListResourcesAssociatedToCustomLineItemResponseElement>ListResourcesAssociatedToCustomLineItemIterable. associatedResources()Returns an iterable to iterate through the paginatedListResourcesAssociatedToCustomLineItemResponse.associatedResources()member.SdkPublisher<ListResourcesAssociatedToCustomLineItemResponseElement>ListResourcesAssociatedToCustomLineItemPublisher. associatedResources()Returns a publisher that can be used to get a stream of data.
-