Uses of Interface
software.amazon.awssdk.services.billingconductor.model.ListResourcesAssociatedToCustomLineItemFilter.Builder
-
Packages that use ListResourcesAssociatedToCustomLineItemFilter.Builder Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of ListResourcesAssociatedToCustomLineItemFilter.Builder in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return ListResourcesAssociatedToCustomLineItemFilter.Builder Modifier and Type Method Description static ListResourcesAssociatedToCustomLineItemFilter.BuilderListResourcesAssociatedToCustomLineItemFilter. builder()ListResourcesAssociatedToCustomLineItemFilter.BuilderListResourcesAssociatedToCustomLineItemFilter.Builder. relationship(String relationship)The type of relationship between the custom line item and the associated resource.ListResourcesAssociatedToCustomLineItemFilter.BuilderListResourcesAssociatedToCustomLineItemFilter.Builder. relationship(CustomLineItemRelationship relationship)The type of relationship between the custom line item and the associated resource.ListResourcesAssociatedToCustomLineItemFilter.BuilderListResourcesAssociatedToCustomLineItemFilter. toBuilder()Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type ListResourcesAssociatedToCustomLineItemFilter.Builder Modifier and Type Method Description static Class<? extends ListResourcesAssociatedToCustomLineItemFilter.Builder>ListResourcesAssociatedToCustomLineItemFilter. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type ListResourcesAssociatedToCustomLineItemFilter.Builder Modifier and Type Method Description default ListResourcesAssociatedToCustomLineItemRequest.BuilderListResourcesAssociatedToCustomLineItemRequest.Builder. filters(Consumer<ListResourcesAssociatedToCustomLineItemFilter.Builder> filters)(Optional) AListResourcesAssociatedToCustomLineItemFilterthat can specify the types of resources that should be retrieved.
-