| Package | Description |
|---|---|
| com.amazonaws.services.pinpointsmsvoicev2.model |
| Modifier and Type | Method and Description |
|---|---|
CloudWatchLogsDestination |
CloudWatchLogsDestination.clone() |
CloudWatchLogsDestination |
EventDestination.getCloudWatchLogsDestination()
An object that contains information about an event destination that sends logging events to Amazon CloudWatch
logs.
|
CloudWatchLogsDestination |
CreateEventDestinationRequest.getCloudWatchLogsDestination()
An object that contains information about an event destination for logging to Amazon CloudWatch logs.
|
CloudWatchLogsDestination |
UpdateEventDestinationRequest.getCloudWatchLogsDestination()
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
CloudWatchLogsDestination |
CloudWatchLogsDestination.withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of an Amazon Identity and Access Management (IAM) role that is able to write event
data to an Amazon CloudWatch destination.
|
CloudWatchLogsDestination |
CloudWatchLogsDestination.withLogGroupArn(String logGroupArn)
The name of the Amazon CloudWatch log group that you want to record events in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventDestination.setCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends logging events to Amazon CloudWatch
logs.
|
void |
CreateEventDestinationRequest.setCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination for logging to Amazon CloudWatch logs.
|
void |
UpdateEventDestinationRequest.setCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
EventDestination |
EventDestination.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends logging events to Amazon CloudWatch
logs.
|
CreateEventDestinationRequest |
CreateEventDestinationRequest.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination for logging to Amazon CloudWatch logs.
|
UpdateEventDestinationRequest |
UpdateEventDestinationRequest.withCloudWatchLogsDestination(CloudWatchLogsDestination cloudWatchLogsDestination)
An object that contains information about an event destination that sends data to CloudWatch Logs.
|
Copyright © 2024. All rights reserved.