| Package | Description |
|---|---|
| software.amazon.awssdk.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static CustomLineItemRelationship |
CustomLineItemRelationship.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
CustomLineItemRelationship |
ListResourcesAssociatedToCustomLineItemFilter.relationship()
The type of relationship between the custom line item and the associated resource.
|
CustomLineItemRelationship |
ListResourcesAssociatedToCustomLineItemResponseElement.relationship()
The type of relationship between the custom line item and the associated resource.
|
static CustomLineItemRelationship |
CustomLineItemRelationship.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<CustomLineItemRelationship> |
CustomLineItemRelationship.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListResourcesAssociatedToCustomLineItemFilter.Builder |
ListResourcesAssociatedToCustomLineItemFilter.Builder.relationship(CustomLineItemRelationship relationship)
The type of relationship between the custom line item and the associated resource.
|
ListResourcesAssociatedToCustomLineItemResponseElement.Builder |
ListResourcesAssociatedToCustomLineItemResponseElement.Builder.relationship(CustomLineItemRelationship relationship)
The type of relationship between the custom line item and the associated resource.
|
Copyright © 2023. All rights reserved.