| Package | Description |
|---|---|
| com.amazonaws.services.logs.model |
| Modifier and Type | Method and Description |
|---|---|
DeliverySource |
DeliverySource.addTagsEntry(String key,
String value)
Add a single Tags entry
|
DeliverySource |
DeliverySource.clearTagsEntries()
Removes all the entries added into Tags.
|
DeliverySource |
DeliverySource.clone() |
DeliverySource |
PutDeliverySourceResult.getDeliverySource()
A structure containing information about the delivery source that was just created or updated.
|
DeliverySource |
GetDeliverySourceResult.getDeliverySource()
A structure containing information about the delivery source.
|
DeliverySource |
DeliverySource.withArn(String arn)
The Amazon Resource Name (ARN) that uniquely identifies this delivery source.
|
DeliverySource |
DeliverySource.withLogType(String logType)
The type of log that the source is sending.
|
DeliverySource |
DeliverySource.withName(String name)
The unique name of the delivery source.
|
DeliverySource |
DeliverySource.withResourceArns(Collection<String> resourceArns)
This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this
delivery source.
|
DeliverySource |
DeliverySource.withResourceArns(String... resourceArns)
This array contains the ARN of the Amazon Web Services resource that sends logs and is represented by this
delivery source.
|
DeliverySource |
DeliverySource.withService(String service)
The Amazon Web Services service that is sending logs.
|
DeliverySource |
DeliverySource.withTags(Map<String,String> tags)
The tags that have been assigned to this delivery source.
|
| Modifier and Type | Method and Description |
|---|---|
List<DeliverySource> |
DescribeDeliverySourcesResult.getDeliverySources()
An array of structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutDeliverySourceResult.setDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source that was just created or updated.
|
void |
GetDeliverySourceResult.setDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source.
|
PutDeliverySourceResult |
PutDeliverySourceResult.withDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source that was just created or updated.
|
GetDeliverySourceResult |
GetDeliverySourceResult.withDeliverySource(DeliverySource deliverySource)
A structure containing information about the delivery source.
|
DescribeDeliverySourcesResult |
DescribeDeliverySourcesResult.withDeliverySources(DeliverySource... deliverySources)
An array of structures.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDeliverySourcesResult.setDeliverySources(Collection<DeliverySource> deliverySources)
An array of structures.
|
DescribeDeliverySourcesResult |
DescribeDeliverySourcesResult.withDeliverySources(Collection<DeliverySource> deliverySources)
An array of structures.
|
Copyright © 2024. All rights reserved.