| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
Delivery |
Delivery.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Delivery |
Delivery.clearTagsEntries()
Removes all the entries added into Tags.
|
Delivery |
Delivery.clone() |
Delivery |
GetDeliveryResult.getDelivery()
A structure that contains information about the delivery.
|
Delivery |
CreateDeliveryResult.getDelivery()
A structure that contains information about the delivery that you just created.
|
Delivery |
Delivery.withArn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies this delivery.
|
Delivery |
Delivery.withDeliveryDestinationArn(String deliveryDestinationArn)
The ARN of the delivery destination that is associated with this delivery.
|
Delivery |
Delivery.withDeliveryDestinationType(DeliveryDestinationType deliveryDestinationType)
Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis
Data Firehose.
|
Delivery |
Delivery.withDeliveryDestinationType(String deliveryDestinationType)
Displays whether the delivery destination associated with this delivery is CloudWatch Logs, Amazon S3, or Kinesis
Data Firehose.
|
Delivery |
Delivery.withDeliverySourceName(String deliverySourceName)
The name of the delivery source that is associated with this delivery.
|
Delivery |
Delivery.withId(String id)
The unique ID that identifies this delivery in your account.
|
Delivery |
Delivery.withTags(Map<String,String> tags)
The tags that have been assigned to this delivery.
|
| Modifier and Type | Method and Description |
|---|---|
List<Delivery> |
DescribeDeliveriesResult.getDeliveries()
An array of structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetDeliveryResult.setDelivery(Delivery delivery)
A structure that contains information about the delivery.
|
void |
CreateDeliveryResult.setDelivery(Delivery delivery)
A structure that contains information about the delivery that you just created.
|
DescribeDeliveriesResult |
DescribeDeliveriesResult.withDeliveries(Delivery... deliveries)
An array of structures.
|
GetDeliveryResult |
GetDeliveryResult.withDelivery(Delivery delivery)
A structure that contains information about the delivery.
|
CreateDeliveryResult |
CreateDeliveryResult.withDelivery(Delivery delivery)
A structure that contains information about the delivery that you just created.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeliveriesResult.setDeliveries(Collection<Delivery> deliveries)
An array of structures.
|
DescribeDeliveriesResult |
DescribeDeliveriesResult.withDeliveries(Collection<Delivery> deliveries)
An array of structures.
|
Copyright © 2024. All rights reserved.