| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
DeliveryDestination |
DeliveryDestination.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DeliveryDestination |
DeliveryDestination.clearTagsEntries()
Removes all the entries added into Tags.
|
DeliveryDestination |
DeliveryDestination.clone() |
DeliveryDestination |
GetDeliveryDestinationResult.getDeliveryDestination()
A structure containing information about the delivery destination.
|
DeliveryDestination |
PutDeliveryDestinationResult.getDeliveryDestination()
A structure containing information about the delivery destination that you just created or updated.
|
DeliveryDestination |
DeliveryDestination.withArn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies this delivery destination.
|
DeliveryDestination |
DeliveryDestination.withDeliveryDestinationConfiguration(DeliveryDestinationConfiguration deliveryDestinationConfiguration)
A structure that contains the ARN of the Amazon Web Services resource that will receive the logs.
|
DeliveryDestination |
DeliveryDestination.withDeliveryDestinationType(DeliveryDestinationType deliveryDestinationType)
Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Firehose.
|
DeliveryDestination |
DeliveryDestination.withDeliveryDestinationType(String deliveryDestinationType)
Displays whether this delivery destination is CloudWatch Logs, Amazon S3, or Firehose.
|
DeliveryDestination |
DeliveryDestination.withName(String name)
The name of this delivery destination.
|
DeliveryDestination |
DeliveryDestination.withOutputFormat(OutputFormat outputFormat)
The format of the logs that are sent to this delivery destination.
|
DeliveryDestination |
DeliveryDestination.withOutputFormat(String outputFormat)
The format of the logs that are sent to this delivery destination.
|
DeliveryDestination |
DeliveryDestination.withTags(Map<String,String> tags)
The tags that have been assigned to this delivery destination.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeliveryDestination> |
DescribeDeliveryDestinationsResult.getDeliveryDestinations()
An array of structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeliveryDestinationResult.setDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination.
|
void |
PutDeliveryDestinationResult.setDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination that you just created or updated.
|
GetDeliveryDestinationResult |
GetDeliveryDestinationResult.withDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination.
|
PutDeliveryDestinationResult |
PutDeliveryDestinationResult.withDeliveryDestination(DeliveryDestination deliveryDestination)
A structure containing information about the delivery destination that you just created or updated.
|
DescribeDeliveryDestinationsResult |
DescribeDeliveryDestinationsResult.withDeliveryDestinations(DeliveryDestination... deliveryDestinations)
An array of structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeliveryDestinationsResult.setDeliveryDestinations(Collection<DeliveryDestination> deliveryDestinations)
An array of structures.
|
DescribeDeliveryDestinationsResult |
DescribeDeliveryDestinationsResult.withDeliveryDestinations(Collection<DeliveryDestination> deliveryDestinations)
An array of structures.
|
Copyright © 2024. All rights reserved.