Uses of Class
software.amazon.awssdk.services.billingconductor.model.BillingGroupStatus
-
Packages that use BillingGroupStatus Package Description software.amazon.awssdk.services.billingconductor.model -
-
Uses of BillingGroupStatus in software.amazon.awssdk.services.billingconductor.model
Methods in software.amazon.awssdk.services.billingconductor.model that return BillingGroupStatus Modifier and Type Method Description static BillingGroupStatusBillingGroupStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BillingGroupStatusBillingGroupListElement. status()The billing group status.BillingGroupStatusUpdateBillingGroupRequest. status()The status of the billing group.BillingGroupStatusUpdateBillingGroupResponse. status()The status of the billing group.static BillingGroupStatusBillingGroupStatus. 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.Methods in software.amazon.awssdk.services.billingconductor.model that return types with arguments of type BillingGroupStatus Modifier and Type Method Description static Set<BillingGroupStatus>BillingGroupStatus. knownValues()List<BillingGroupStatus>ListBillingGroupsFilter. statuses()A list of billing groups to retrieve their current status for a specific time rangeMethods in software.amazon.awssdk.services.billingconductor.model with parameters of type BillingGroupStatus Modifier and Type Method Description BillingGroupListElement.BuilderBillingGroupListElement.Builder. status(BillingGroupStatus status)The billing group status.UpdateBillingGroupRequest.BuilderUpdateBillingGroupRequest.Builder. status(BillingGroupStatus status)The status of the billing group.UpdateBillingGroupResponse.BuilderUpdateBillingGroupResponse.Builder. status(BillingGroupStatus status)The status of the billing group.ListBillingGroupsFilter.BuilderListBillingGroupsFilter.Builder. statuses(BillingGroupStatus... statuses)A list of billing groups to retrieve their current status for a specific time rangeMethod parameters in software.amazon.awssdk.services.billingconductor.model with type arguments of type BillingGroupStatus Modifier and Type Method Description ListBillingGroupsFilter.BuilderListBillingGroupsFilter.Builder. statuses(Collection<BillingGroupStatus> statuses)A list of billing groups to retrieve their current status for a specific time range
-