| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
AssociateResourceResponseElement |
AssociateResourceResponseElement.clone() |
AssociateResourceResponseElement |
AssociateResourceResponseElement.withArn(String arn)
The resource ARN that was associated to the custom line item.
|
AssociateResourceResponseElement |
AssociateResourceResponseElement.withError(AssociateResourceError error)
An
AssociateResourceError that will populate if the resource association fails. |
| Modifier and Type | Method and Description |
|---|---|
List<AssociateResourceResponseElement> |
BatchAssociateResourcesToCustomLineItemResult.getFailedAssociatedResources()
A list of
AssociateResourceResponseElement for each resource that failed association to a percentage
custom line item. |
List<AssociateResourceResponseElement> |
BatchAssociateResourcesToCustomLineItemResult.getSuccessfullyAssociatedResources()
A list of
AssociateResourceResponseElement for each resource that's been associated to a percentage
custom line item successfully. |
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateResourcesToCustomLineItemResult |
BatchAssociateResourcesToCustomLineItemResult.withFailedAssociatedResources(AssociateResourceResponseElement... failedAssociatedResources)
A list of
AssociateResourceResponseElement for each resource that failed association to a percentage
custom line item. |
BatchAssociateResourcesToCustomLineItemResult |
BatchAssociateResourcesToCustomLineItemResult.withSuccessfullyAssociatedResources(AssociateResourceResponseElement... successfullyAssociatedResources)
A list of
AssociateResourceResponseElement for each resource that's been associated to a percentage
custom line item successfully. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchAssociateResourcesToCustomLineItemResult.setFailedAssociatedResources(Collection<AssociateResourceResponseElement> failedAssociatedResources)
A list of
AssociateResourceResponseElement for each resource that failed association to a percentage
custom line item. |
void |
BatchAssociateResourcesToCustomLineItemResult.setSuccessfullyAssociatedResources(Collection<AssociateResourceResponseElement> successfullyAssociatedResources)
A list of
AssociateResourceResponseElement for each resource that's been associated to a percentage
custom line item successfully. |
BatchAssociateResourcesToCustomLineItemResult |
BatchAssociateResourcesToCustomLineItemResult.withFailedAssociatedResources(Collection<AssociateResourceResponseElement> failedAssociatedResources)
A list of
AssociateResourceResponseElement for each resource that failed association to a percentage
custom line item. |
BatchAssociateResourcesToCustomLineItemResult |
BatchAssociateResourcesToCustomLineItemResult.withSuccessfullyAssociatedResources(Collection<AssociateResourceResponseElement> successfullyAssociatedResources)
A list of
AssociateResourceResponseElement for each resource that's been associated to a percentage
custom line item successfully. |
Copyright © 2022. All rights reserved.