| Package | Description |
|---|---|
| com.amazonaws.services.billingconductor.model |
| Modifier and Type | Method and Description |
|---|---|
static BillingGroupStatus |
BillingGroupStatus.fromValue(String value)
Use this in place of valueOf.
|
static BillingGroupStatus |
BillingGroupStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillingGroupStatus[] |
BillingGroupStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
BillingGroupListElement |
BillingGroupListElement.withStatus(BillingGroupStatus status)
The billing group status.
|
UpdateBillingGroupResult |
UpdateBillingGroupResult.withStatus(BillingGroupStatus status)
The status of the billing group.
|
UpdateBillingGroupRequest |
UpdateBillingGroupRequest.withStatus(BillingGroupStatus status)
The status of the billing group.
|
ListBillingGroupsFilter |
ListBillingGroupsFilter.withStatuses(BillingGroupStatus... statuses)
A list of billing groups to retrieve their current status for a specific time range
|
Copyright © 2024. All rights reserved.