| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
static DeliveryDestinationType |
DeliveryDestinationType.fromValue(String value)
Use this in place of valueOf.
|
static DeliveryDestinationType |
DeliveryDestinationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryDestinationType[] |
DeliveryDestinationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Delivery |
Delivery.withDeliveryDestinationType(DeliveryDestinationType deliveryDestinationType)
Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or
Firehose.
|
DeliveryDestination |
DeliveryDestination.withDeliveryDestinationType(DeliveryDestinationType deliveryDestinationType)
Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Firehose.
|
Copyright © 2024. All rights reserved.