Uses of Class
software.amazon.awssdk.services.cloudtrail.model.BillingMode
-
Packages that use BillingMode Package Description software.amazon.awssdk.services.cloudtrail.model -
-
Uses of BillingMode in software.amazon.awssdk.services.cloudtrail.model
Methods in software.amazon.awssdk.services.cloudtrail.model that return BillingMode Modifier and Type Method Description BillingModeCreateEventDataStoreRequest. billingMode()The billing mode for the event data store determines the cost for ingesting events and the default and maximum retention period for the event data store.BillingModeCreateEventDataStoreResponse. billingMode()The billing mode for the event data store.BillingModeGetEventDataStoreResponse. billingMode()The billing mode for the event data store.BillingModeRestoreEventDataStoreResponse. billingMode()The billing mode for the event data store.BillingModeUpdateEventDataStoreRequest. billingMode()BillingModeUpdateEventDataStoreResponse. billingMode()The billing mode for the event data store.static BillingModeBillingMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static BillingModeBillingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static BillingMode[]BillingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.cloudtrail.model that return types with arguments of type BillingMode Modifier and Type Method Description static Set<BillingMode>BillingMode. knownValues()Methods in software.amazon.awssdk.services.cloudtrail.model with parameters of type BillingMode Modifier and Type Method Description CreateEventDataStoreRequest.BuilderCreateEventDataStoreRequest.Builder. billingMode(BillingMode billingMode)The billing mode for the event data store determines the cost for ingesting events and the default and maximum retention period for the event data store.CreateEventDataStoreResponse.BuilderCreateEventDataStoreResponse.Builder. billingMode(BillingMode billingMode)The billing mode for the event data store.GetEventDataStoreResponse.BuilderGetEventDataStoreResponse.Builder. billingMode(BillingMode billingMode)The billing mode for the event data store.RestoreEventDataStoreResponse.BuilderRestoreEventDataStoreResponse.Builder. billingMode(BillingMode billingMode)The billing mode for the event data store.UpdateEventDataStoreRequest.BuilderUpdateEventDataStoreRequest.Builder. billingMode(BillingMode billingMode)UpdateEventDataStoreResponse.BuilderUpdateEventDataStoreResponse.Builder. billingMode(BillingMode billingMode)The billing mode for the event data store.
-