Uses of Class
software.amazon.awssdk.services.billingconductor.model.CustomLineItemRelationship
-
Packages that use CustomLineItemRelationship Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of CustomLineItemRelationship in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return CustomLineItemRelationship Modifier and Type Method Description static CustomLineItemRelationshipCustomLineItemRelationship. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.CustomLineItemRelationshipListResourcesAssociatedToCustomLineItemFilter. relationship()The type of relationship between the custom line item and the associated resource.CustomLineItemRelationshipListResourcesAssociatedToCustomLineItemResponseElement. relationship()The type of relationship between the custom line item and the associated resource.static CustomLineItemRelationshipCustomLineItemRelationship. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomLineItemRelationship[]CustomLineItemRelationship. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type CustomLineItemRelationship Modifier and Type Method Description static Set<CustomLineItemRelationship>CustomLineItemRelationship. knownValues()Methods in software.amazon.awssdk.services.billingconductor.model with parameters of type CustomLineItemRelationship Modifier and Type Method Description ListResourcesAssociatedToCustomLineItemFilter.BuilderListResourcesAssociatedToCustomLineItemFilter.Builder. relationship(CustomLineItemRelationship relationship)The type of relationship between the custom line item and the associated resource.ListResourcesAssociatedToCustomLineItemResponseElement.BuilderListResourcesAssociatedToCustomLineItemResponseElement.Builder. relationship(CustomLineItemRelationship relationship)The type of relationship between the custom line item and the associated resource.
-