Skip navigation links
A B C D E F G H I L M O P R S T U V W 

A

AbstractAWSLogs - Class in com.amazonaws.services.logs
Abstract implementation of AWSLogs.
AbstractAWSLogs() - Constructor for class com.amazonaws.services.logs.AbstractAWSLogs
 
AbstractAWSLogsAsync - Class in com.amazonaws.services.logs
Abstract implementation of AWSLogsAsync.
AbstractAWSLogsAsync() - Constructor for class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
AcceptJsonRequestHandler - Class in com.amazonaws.services.logs.internal
 
AcceptJsonRequestHandler() - Constructor for class com.amazonaws.services.logs.internal.AcceptJsonRequestHandler
 
addExtractedValuesEntry(String, String) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
 
addTagsEntry(String, String) - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
 
associateKmsKey(AssociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
associateKmsKey(AssociateKmsKeyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group.
associateKmsKey(AssociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group.
associateKmsKeyAsync(AssociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
associateKmsKeyAsync(AssociateKmsKeyRequest, AsyncHandler<AssociateKmsKeyRequest, AssociateKmsKeyResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
associateKmsKeyAsync(AssociateKmsKeyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group.
associateKmsKeyAsync(AssociateKmsKeyRequest, AsyncHandler<AssociateKmsKeyRequest, AssociateKmsKeyResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Associates the specified AWS Key Management Service (AWS KMS) customer master key (CMK) with the specified log group.
associateKmsKeyAsync(AssociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
associateKmsKeyAsync(AssociateKmsKeyRequest, AsyncHandler<AssociateKmsKeyRequest, AssociateKmsKeyResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
AssociateKmsKeyRequest - Class in com.amazonaws.services.logs.model
 
AssociateKmsKeyRequest() - Constructor for class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
 
AssociateKmsKeyResult - Class in com.amazonaws.services.logs.model
 
AssociateKmsKeyResult() - Constructor for class com.amazonaws.services.logs.model.AssociateKmsKeyResult
 
asyncBuilder() - Static method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
AWSLogs - Interface in com.amazonaws.services.logs
Interface for accessing Amazon CloudWatch Logs.
AWSLogsAsync - Interface in com.amazonaws.services.logs
Interface for accessing Amazon CloudWatch Logs asynchronously.
AWSLogsAsyncClient - Class in com.amazonaws.services.logs
Client for accessing Amazon CloudWatch Logs asynchronously.
AWSLogsAsyncClient() - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
AWSLogsAsyncClientBuilder - Class in com.amazonaws.services.logs
Fluent builder for AWSLogsAsync.
AWSLogsClient - Class in com.amazonaws.services.logs
Client for accessing Amazon CloudWatch Logs.
AWSLogsClient() - Constructor for class com.amazonaws.services.logs.AWSLogsClient
AWSLogsClient(ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
AWSLogsClient(AWSCredentials) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Deprecated.
use AwsClientBuilder.withCredentials(AWSCredentialsProvider) for example: AWSLogsClientBuilder.standard().withCredentials(new AWSStaticCredentialsProvider(awsCredentials)).build();
AWSLogsClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
AWSLogsClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
AWSLogsClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
AWSLogsClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
AWSLogsClientBuilder - Class in com.amazonaws.services.logs
Fluent builder for AWSLogs.
AWSLogsException - Exception in com.amazonaws.services.logs.model
Base exception for all service exceptions thrown by Amazon CloudWatch Logs
AWSLogsException(String) - Constructor for exception com.amazonaws.services.logs.model.AWSLogsException
Constructs a new AWSLogsException with the specified error message.

B

beforeRequest(Request<?>) - Method in class com.amazonaws.services.logs.internal.AcceptJsonRequestHandler
 
build(AwsAsyncClientParams) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClientBuilder
Construct an asynchronous implementation of AWSLogsAsync using the current builder configuration.
build(AwsSyncClientParams) - Method in class com.amazonaws.services.logs.AWSLogsClientBuilder
Construct a synchronous implementation of AWSLogs using the current builder configuration.
builder() - Static method in class com.amazonaws.services.logs.AWSLogsClient
 

C

cancelExportTask(CancelExportTaskRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
cancelExportTask(CancelExportTaskRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Cancels the specified export task.
cancelExportTask(CancelExportTaskRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Cancels the specified export task.
cancelExportTaskAsync(CancelExportTaskRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
cancelExportTaskAsync(CancelExportTaskRequest, AsyncHandler<CancelExportTaskRequest, CancelExportTaskResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
cancelExportTaskAsync(CancelExportTaskRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Cancels the specified export task.
cancelExportTaskAsync(CancelExportTaskRequest, AsyncHandler<CancelExportTaskRequest, CancelExportTaskResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Cancels the specified export task.
cancelExportTaskAsync(CancelExportTaskRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
cancelExportTaskAsync(CancelExportTaskRequest, AsyncHandler<CancelExportTaskRequest, CancelExportTaskResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
CancelExportTaskRequest - Class in com.amazonaws.services.logs.model
 
CancelExportTaskRequest() - Constructor for class com.amazonaws.services.logs.model.CancelExportTaskRequest
 
CancelExportTaskResult - Class in com.amazonaws.services.logs.model
 
CancelExportTaskResult() - Constructor for class com.amazonaws.services.logs.model.CancelExportTaskResult
 
clearExtractedValuesEntries() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Removes all the entries added into ExtractedValues.
clearTagsEntries() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
Removes all the entries added into Tags.
clearTagsEntries() - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
Removes all the entries added into Tags.
clone() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
 
clone() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyResult
 
clone() - Method in class com.amazonaws.services.logs.model.CancelExportTaskRequest
 
clone() - Method in class com.amazonaws.services.logs.model.CancelExportTaskResult
 
clone() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
 
clone() - Method in class com.amazonaws.services.logs.model.CreateExportTaskResult
 
clone() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
 
clone() - Method in class com.amazonaws.services.logs.model.CreateLogGroupResult
 
clone() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
 
clone() - Method in class com.amazonaws.services.logs.model.CreateLogStreamResult
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteDestinationRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteDestinationResult
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupResult
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamResult
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterResult
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyResult
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyResult
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterResult
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
 
clone() - Method in class com.amazonaws.services.logs.model.Destination
 
clone() - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
 
clone() - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyResult
 
clone() - Method in class com.amazonaws.services.logs.model.ExportTask
 
clone() - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
 
clone() - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
 
clone() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
 
clone() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
 
clone() - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
 
clone() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
 
clone() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
 
clone() - Method in class com.amazonaws.services.logs.model.InputLogEvent
 
clone() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
 
clone() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
 
clone() - Method in class com.amazonaws.services.logs.model.LogGroup
 
clone() - Method in class com.amazonaws.services.logs.model.LogStream
 
clone() - Method in class com.amazonaws.services.logs.model.MetricFilter
 
clone() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
 
clone() - Method in class com.amazonaws.services.logs.model.MetricTransformation
 
clone() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
 
clone() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
 
clone() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyResult
 
clone() - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
 
clone() - Method in class com.amazonaws.services.logs.model.PutDestinationResult
 
clone() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
 
clone() - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
 
clone() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
 
clone() - Method in class com.amazonaws.services.logs.model.PutMetricFilterResult
 
clone() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
 
clone() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyResult
 
clone() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
 
clone() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyResult
 
clone() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
 
clone() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterResult
 
clone() - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
 
clone() - Method in class com.amazonaws.services.logs.model.ResourcePolicy
 
clone() - Method in class com.amazonaws.services.logs.model.SearchedLogStream
 
clone() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
clone() - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
 
clone() - Method in class com.amazonaws.services.logs.model.TagLogGroupResult
 
clone() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
clone() - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
 
clone() - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
 
clone() - Method in class com.amazonaws.services.logs.model.UntagLogGroupResult
 
com.amazonaws.services.logs - package com.amazonaws.services.logs
You can use Amazon CloudWatch Logs to monitor, store, and access your log files from Amazon EC2 instances, AWS CloudTrail, or other sources.
com.amazonaws.services.logs.internal - package com.amazonaws.services.logs.internal
 
com.amazonaws.services.logs.model - package com.amazonaws.services.logs.model
 
configFactory - Static variable in class com.amazonaws.services.logs.AWSLogsClient
Client configuration factory providing ClientConfigurations tailored to this client
createExportTask(CreateExportTaskRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
createExportTask(CreateExportTaskRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.
createExportTask(CreateExportTaskRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.
createExportTaskAsync(CreateExportTaskRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
createExportTaskAsync(CreateExportTaskRequest, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
createExportTaskAsync(CreateExportTaskRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.
createExportTaskAsync(CreateExportTaskRequest, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates an export task, which allows you to efficiently export data from a log group to an Amazon S3 bucket.
createExportTaskAsync(CreateExportTaskRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
createExportTaskAsync(CreateExportTaskRequest, AsyncHandler<CreateExportTaskRequest, CreateExportTaskResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
CreateExportTaskRequest - Class in com.amazonaws.services.logs.model
 
CreateExportTaskRequest() - Constructor for class com.amazonaws.services.logs.model.CreateExportTaskRequest
 
CreateExportTaskResult - Class in com.amazonaws.services.logs.model
 
CreateExportTaskResult() - Constructor for class com.amazonaws.services.logs.model.CreateExportTaskResult
 
createLogGroup(CreateLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
createLogGroup(CreateLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates a log group with the specified name.
createLogGroup(CreateLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates a log group with the specified name.
createLogGroupAsync(CreateLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
createLogGroupAsync(CreateLogGroupRequest, AsyncHandler<CreateLogGroupRequest, CreateLogGroupResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
createLogGroupAsync(CreateLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a log group with the specified name.
createLogGroupAsync(CreateLogGroupRequest, AsyncHandler<CreateLogGroupRequest, CreateLogGroupResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a log group with the specified name.
createLogGroupAsync(CreateLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
createLogGroupAsync(CreateLogGroupRequest, AsyncHandler<CreateLogGroupRequest, CreateLogGroupResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
CreateLogGroupRequest - Class in com.amazonaws.services.logs.model
 
CreateLogGroupRequest() - Constructor for class com.amazonaws.services.logs.model.CreateLogGroupRequest
Default constructor for CreateLogGroupRequest object.
CreateLogGroupRequest(String) - Constructor for class com.amazonaws.services.logs.model.CreateLogGroupRequest
Constructs a new CreateLogGroupRequest object.
CreateLogGroupResult - Class in com.amazonaws.services.logs.model
 
CreateLogGroupResult() - Constructor for class com.amazonaws.services.logs.model.CreateLogGroupResult
 
createLogStream(CreateLogStreamRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
createLogStream(CreateLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates a log stream for the specified log group.
createLogStream(CreateLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates a log stream for the specified log group.
createLogStreamAsync(CreateLogStreamRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
createLogStreamAsync(CreateLogStreamRequest, AsyncHandler<CreateLogStreamRequest, CreateLogStreamResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
createLogStreamAsync(CreateLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a log stream for the specified log group.
createLogStreamAsync(CreateLogStreamRequest, AsyncHandler<CreateLogStreamRequest, CreateLogStreamResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a log stream for the specified log group.
createLogStreamAsync(CreateLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
createLogStreamAsync(CreateLogStreamRequest, AsyncHandler<CreateLogStreamRequest, CreateLogStreamResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
CreateLogStreamRequest - Class in com.amazonaws.services.logs.model
 
CreateLogStreamRequest() - Constructor for class com.amazonaws.services.logs.model.CreateLogStreamRequest
Default constructor for CreateLogStreamRequest object.
CreateLogStreamRequest(String, String) - Constructor for class com.amazonaws.services.logs.model.CreateLogStreamRequest
Constructs a new CreateLogStreamRequest object.
CreateLogStreamResult - Class in com.amazonaws.services.logs.model
 
CreateLogStreamResult() - Constructor for class com.amazonaws.services.logs.model.CreateLogStreamResult
 

D

DataAlreadyAcceptedException - Exception in com.amazonaws.services.logs.model
The event was already logged.
DataAlreadyAcceptedException(String) - Constructor for exception com.amazonaws.services.logs.model.DataAlreadyAcceptedException
Constructs a new DataAlreadyAcceptedException with the specified error message.
defaultClient() - Static method in class com.amazonaws.services.logs.AWSLogsAsyncClientBuilder
 
defaultClient() - Static method in class com.amazonaws.services.logs.AWSLogsClientBuilder
 
deleteDestination(DeleteDestinationRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
deleteDestination(DeleteDestinationRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the specified destination, and eventually disables all the subscription filters that publish to it.
deleteDestination(DeleteDestinationRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the specified destination, and eventually disables all the subscription filters that publish to it.
deleteDestinationAsync(DeleteDestinationRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteDestinationAsync(DeleteDestinationRequest, AsyncHandler<DeleteDestinationRequest, DeleteDestinationResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteDestinationAsync(DeleteDestinationRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified destination, and eventually disables all the subscription filters that publish to it.
deleteDestinationAsync(DeleteDestinationRequest, AsyncHandler<DeleteDestinationRequest, DeleteDestinationResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified destination, and eventually disables all the subscription filters that publish to it.
deleteDestinationAsync(DeleteDestinationRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
deleteDestinationAsync(DeleteDestinationRequest, AsyncHandler<DeleteDestinationRequest, DeleteDestinationResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DeleteDestinationRequest - Class in com.amazonaws.services.logs.model
 
DeleteDestinationRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteDestinationRequest
 
DeleteDestinationResult - Class in com.amazonaws.services.logs.model
 
DeleteDestinationResult() - Constructor for class com.amazonaws.services.logs.model.DeleteDestinationResult
 
deleteLogGroup(DeleteLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
deleteLogGroup(DeleteLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
deleteLogGroup(DeleteLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
deleteLogGroupAsync(DeleteLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteLogGroupAsync(DeleteLogGroupRequest, AsyncHandler<DeleteLogGroupRequest, DeleteLogGroupResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteLogGroupAsync(DeleteLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
deleteLogGroupAsync(DeleteLogGroupRequest, AsyncHandler<DeleteLogGroupRequest, DeleteLogGroupResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified log group and permanently deletes all the archived log events associated with the log group.
deleteLogGroupAsync(DeleteLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
deleteLogGroupAsync(DeleteLogGroupRequest, AsyncHandler<DeleteLogGroupRequest, DeleteLogGroupResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DeleteLogGroupRequest - Class in com.amazonaws.services.logs.model
 
DeleteLogGroupRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Default constructor for DeleteLogGroupRequest object.
DeleteLogGroupRequest(String) - Constructor for class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Constructs a new DeleteLogGroupRequest object.
DeleteLogGroupResult - Class in com.amazonaws.services.logs.model
 
DeleteLogGroupResult() - Constructor for class com.amazonaws.services.logs.model.DeleteLogGroupResult
 
deleteLogStream(DeleteLogStreamRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
deleteLogStream(DeleteLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
deleteLogStream(DeleteLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
deleteLogStreamAsync(DeleteLogStreamRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteLogStreamAsync(DeleteLogStreamRequest, AsyncHandler<DeleteLogStreamRequest, DeleteLogStreamResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteLogStreamAsync(DeleteLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
deleteLogStreamAsync(DeleteLogStreamRequest, AsyncHandler<DeleteLogStreamRequest, DeleteLogStreamResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified log stream and permanently deletes all the archived log events associated with the log stream.
deleteLogStreamAsync(DeleteLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
deleteLogStreamAsync(DeleteLogStreamRequest, AsyncHandler<DeleteLogStreamRequest, DeleteLogStreamResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DeleteLogStreamRequest - Class in com.amazonaws.services.logs.model
 
DeleteLogStreamRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Default constructor for DeleteLogStreamRequest object.
DeleteLogStreamRequest(String, String) - Constructor for class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Constructs a new DeleteLogStreamRequest object.
DeleteLogStreamResult - Class in com.amazonaws.services.logs.model
 
DeleteLogStreamResult() - Constructor for class com.amazonaws.services.logs.model.DeleteLogStreamResult
 
deleteMetricFilter(DeleteMetricFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
deleteMetricFilter(DeleteMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the specified metric filter.
deleteMetricFilter(DeleteMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the specified metric filter.
deleteMetricFilterAsync(DeleteMetricFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteMetricFilterAsync(DeleteMetricFilterRequest, AsyncHandler<DeleteMetricFilterRequest, DeleteMetricFilterResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteMetricFilterAsync(DeleteMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified metric filter.
deleteMetricFilterAsync(DeleteMetricFilterRequest, AsyncHandler<DeleteMetricFilterRequest, DeleteMetricFilterResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified metric filter.
deleteMetricFilterAsync(DeleteMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
deleteMetricFilterAsync(DeleteMetricFilterRequest, AsyncHandler<DeleteMetricFilterRequest, DeleteMetricFilterResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DeleteMetricFilterRequest - Class in com.amazonaws.services.logs.model
 
DeleteMetricFilterRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Default constructor for DeleteMetricFilterRequest object.
DeleteMetricFilterRequest(String, String) - Constructor for class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Constructs a new DeleteMetricFilterRequest object.
DeleteMetricFilterResult - Class in com.amazonaws.services.logs.model
 
DeleteMetricFilterResult() - Constructor for class com.amazonaws.services.logs.model.DeleteMetricFilterResult
 
deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes a resource policy from this account.
deleteResourcePolicy(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes a resource policy from this account.
deleteResourcePolicyAsync(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteResourcePolicyAsync(DeleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest, DeleteResourcePolicyResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteResourcePolicyAsync(DeleteResourcePolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes a resource policy from this account.
deleteResourcePolicyAsync(DeleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest, DeleteResourcePolicyResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes a resource policy from this account.
deleteResourcePolicyAsync(DeleteResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
deleteResourcePolicyAsync(DeleteResourcePolicyRequest, AsyncHandler<DeleteResourcePolicyRequest, DeleteResourcePolicyResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DeleteResourcePolicyRequest - Class in com.amazonaws.services.logs.model
 
DeleteResourcePolicyRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
 
DeleteResourcePolicyResult - Class in com.amazonaws.services.logs.model
 
DeleteResourcePolicyResult() - Constructor for class com.amazonaws.services.logs.model.DeleteResourcePolicyResult
 
deleteRetentionPolicy(DeleteRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
deleteRetentionPolicy(DeleteRetentionPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the specified retention policy.
deleteRetentionPolicy(DeleteRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the specified retention policy.
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest, AsyncHandler<DeleteRetentionPolicyRequest, DeleteRetentionPolicyResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified retention policy.
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest, AsyncHandler<DeleteRetentionPolicyRequest, DeleteRetentionPolicyResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified retention policy.
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest, AsyncHandler<DeleteRetentionPolicyRequest, DeleteRetentionPolicyResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DeleteRetentionPolicyRequest - Class in com.amazonaws.services.logs.model
 
DeleteRetentionPolicyRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Default constructor for DeleteRetentionPolicyRequest object.
DeleteRetentionPolicyRequest(String) - Constructor for class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Constructs a new DeleteRetentionPolicyRequest object.
DeleteRetentionPolicyResult - Class in com.amazonaws.services.logs.model
 
DeleteRetentionPolicyResult() - Constructor for class com.amazonaws.services.logs.model.DeleteRetentionPolicyResult
 
deleteSubscriptionFilter(DeleteSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
deleteSubscriptionFilter(DeleteSubscriptionFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the specified subscription filter.
deleteSubscriptionFilter(DeleteSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the specified subscription filter.
deleteSubscriptionFilterAsync(DeleteSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteSubscriptionFilterAsync(DeleteSubscriptionFilterRequest, AsyncHandler<DeleteSubscriptionFilterRequest, DeleteSubscriptionFilterResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
deleteSubscriptionFilterAsync(DeleteSubscriptionFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified subscription filter.
deleteSubscriptionFilterAsync(DeleteSubscriptionFilterRequest, AsyncHandler<DeleteSubscriptionFilterRequest, DeleteSubscriptionFilterResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the specified subscription filter.
deleteSubscriptionFilterAsync(DeleteSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
deleteSubscriptionFilterAsync(DeleteSubscriptionFilterRequest, AsyncHandler<DeleteSubscriptionFilterRequest, DeleteSubscriptionFilterResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DeleteSubscriptionFilterRequest - Class in com.amazonaws.services.logs.model
 
DeleteSubscriptionFilterRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
 
DeleteSubscriptionFilterResult - Class in com.amazonaws.services.logs.model
 
DeleteSubscriptionFilterResult() - Constructor for class com.amazonaws.services.logs.model.DeleteSubscriptionFilterResult
 
describeDestinations(DescribeDestinationsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeDestinations() - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeDestinations(DescribeDestinationsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists all your destinations.
describeDestinations() - Method in interface com.amazonaws.services.logs.AWSLogs
Simplified method form for invoking the DescribeDestinations operation.
describeDestinations(DescribeDestinationsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists all your destinations.
describeDestinations() - Method in class com.amazonaws.services.logs.AWSLogsClient
 
describeDestinationsAsync(DescribeDestinationsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeDestinationsAsync(DescribeDestinationsRequest, AsyncHandler<DescribeDestinationsRequest, DescribeDestinationsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeDestinationsAsync() - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
Simplified method form for invoking the DescribeDestinations operation.
describeDestinationsAsync(AsyncHandler<DescribeDestinationsRequest, DescribeDestinationsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
Simplified method form for invoking the DescribeDestinations operation with an AsyncHandler.
describeDestinationsAsync(DescribeDestinationsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists all your destinations.
describeDestinationsAsync(DescribeDestinationsRequest, AsyncHandler<DescribeDestinationsRequest, DescribeDestinationsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists all your destinations.
describeDestinationsAsync() - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Simplified method form for invoking the DescribeDestinations operation.
describeDestinationsAsync(AsyncHandler<DescribeDestinationsRequest, DescribeDestinationsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Simplified method form for invoking the DescribeDestinations operation with an AsyncHandler.
describeDestinationsAsync(DescribeDestinationsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeDestinationsAsync(DescribeDestinationsRequest, AsyncHandler<DescribeDestinationsRequest, DescribeDestinationsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeDestinationsAsync() - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Simplified method form for invoking the DescribeDestinations operation.
describeDestinationsAsync(AsyncHandler<DescribeDestinationsRequest, DescribeDestinationsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Simplified method form for invoking the DescribeDestinations operation with an AsyncHandler.
DescribeDestinationsRequest - Class in com.amazonaws.services.logs.model
 
DescribeDestinationsRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeDestinationsRequest
 
DescribeDestinationsResult - Class in com.amazonaws.services.logs.model
 
DescribeDestinationsResult() - Constructor for class com.amazonaws.services.logs.model.DescribeDestinationsResult
 
describeExportTasks(DescribeExportTasksRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeExportTasks(DescribeExportTasksRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists the specified export tasks.
describeExportTasks(DescribeExportTasksRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists the specified export tasks.
describeExportTasksAsync(DescribeExportTasksRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeExportTasksAsync(DescribeExportTasksRequest, AsyncHandler<DescribeExportTasksRequest, DescribeExportTasksResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeExportTasksAsync(DescribeExportTasksRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the specified export tasks.
describeExportTasksAsync(DescribeExportTasksRequest, AsyncHandler<DescribeExportTasksRequest, DescribeExportTasksResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the specified export tasks.
describeExportTasksAsync(DescribeExportTasksRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeExportTasksAsync(DescribeExportTasksRequest, AsyncHandler<DescribeExportTasksRequest, DescribeExportTasksResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DescribeExportTasksRequest - Class in com.amazonaws.services.logs.model
 
DescribeExportTasksRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeExportTasksRequest
 
DescribeExportTasksResult - Class in com.amazonaws.services.logs.model
 
DescribeExportTasksResult() - Constructor for class com.amazonaws.services.logs.model.DescribeExportTasksResult
 
describeLogGroups(DescribeLogGroupsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeLogGroups() - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeLogGroups(DescribeLogGroupsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists the specified log groups.
describeLogGroups() - Method in interface com.amazonaws.services.logs.AWSLogs
Simplified method form for invoking the DescribeLogGroups operation.
describeLogGroups(DescribeLogGroupsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists the specified log groups.
describeLogGroups() - Method in class com.amazonaws.services.logs.AWSLogsClient
 
describeLogGroupsAsync(DescribeLogGroupsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeLogGroupsAsync(DescribeLogGroupsRequest, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeLogGroupsAsync() - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
Simplified method form for invoking the DescribeLogGroups operation.
describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.
describeLogGroupsAsync(DescribeLogGroupsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the specified log groups.
describeLogGroupsAsync(DescribeLogGroupsRequest, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the specified log groups.
describeLogGroupsAsync() - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Simplified method form for invoking the DescribeLogGroups operation.
describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.
describeLogGroupsAsync(DescribeLogGroupsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeLogGroupsAsync(DescribeLogGroupsRequest, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeLogGroupsAsync() - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Simplified method form for invoking the DescribeLogGroups operation.
describeLogGroupsAsync(AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Simplified method form for invoking the DescribeLogGroups operation with an AsyncHandler.
DescribeLogGroupsRequest - Class in com.amazonaws.services.logs.model
 
DescribeLogGroupsRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
 
DescribeLogGroupsResult - Class in com.amazonaws.services.logs.model
 
DescribeLogGroupsResult() - Constructor for class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
describeLogStreams(DescribeLogStreamsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeLogStreams(DescribeLogStreamsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists the log streams for the specified log group.
describeLogStreams(DescribeLogStreamsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists the log streams for the specified log group.
describeLogStreamsAsync(DescribeLogStreamsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeLogStreamsAsync(DescribeLogStreamsRequest, AsyncHandler<DescribeLogStreamsRequest, DescribeLogStreamsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeLogStreamsAsync(DescribeLogStreamsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the log streams for the specified log group.
describeLogStreamsAsync(DescribeLogStreamsRequest, AsyncHandler<DescribeLogStreamsRequest, DescribeLogStreamsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the log streams for the specified log group.
describeLogStreamsAsync(DescribeLogStreamsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeLogStreamsAsync(DescribeLogStreamsRequest, AsyncHandler<DescribeLogStreamsRequest, DescribeLogStreamsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DescribeLogStreamsRequest - Class in com.amazonaws.services.logs.model
 
DescribeLogStreamsRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Default constructor for DescribeLogStreamsRequest object.
DescribeLogStreamsRequest(String) - Constructor for class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Constructs a new DescribeLogStreamsRequest object.
DescribeLogStreamsResult - Class in com.amazonaws.services.logs.model
 
DescribeLogStreamsResult() - Constructor for class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
describeMetricFilters(DescribeMetricFiltersRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeMetricFilters(DescribeMetricFiltersRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists the specified metric filters.
describeMetricFilters(DescribeMetricFiltersRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists the specified metric filters.
describeMetricFiltersAsync(DescribeMetricFiltersRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeMetricFiltersAsync(DescribeMetricFiltersRequest, AsyncHandler<DescribeMetricFiltersRequest, DescribeMetricFiltersResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeMetricFiltersAsync(DescribeMetricFiltersRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the specified metric filters.
describeMetricFiltersAsync(DescribeMetricFiltersRequest, AsyncHandler<DescribeMetricFiltersRequest, DescribeMetricFiltersResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the specified metric filters.
describeMetricFiltersAsync(DescribeMetricFiltersRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeMetricFiltersAsync(DescribeMetricFiltersRequest, AsyncHandler<DescribeMetricFiltersRequest, DescribeMetricFiltersResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DescribeMetricFiltersRequest - Class in com.amazonaws.services.logs.model
 
DescribeMetricFiltersRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
Default constructor for DescribeMetricFiltersRequest object.
DescribeMetricFiltersRequest(String) - Constructor for class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
Constructs a new DescribeMetricFiltersRequest object.
DescribeMetricFiltersResult - Class in com.amazonaws.services.logs.model
 
DescribeMetricFiltersResult() - Constructor for class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 
describeResourcePolicies(DescribeResourcePoliciesRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeResourcePolicies(DescribeResourcePoliciesRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists the resource policies in this account.
describeResourcePolicies(DescribeResourcePoliciesRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists the resource policies in this account.
describeResourcePoliciesAsync(DescribeResourcePoliciesRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeResourcePoliciesAsync(DescribeResourcePoliciesRequest, AsyncHandler<DescribeResourcePoliciesRequest, DescribeResourcePoliciesResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeResourcePoliciesAsync(DescribeResourcePoliciesRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the resource policies in this account.
describeResourcePoliciesAsync(DescribeResourcePoliciesRequest, AsyncHandler<DescribeResourcePoliciesRequest, DescribeResourcePoliciesResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the resource policies in this account.
describeResourcePoliciesAsync(DescribeResourcePoliciesRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeResourcePoliciesAsync(DescribeResourcePoliciesRequest, AsyncHandler<DescribeResourcePoliciesRequest, DescribeResourcePoliciesResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DescribeResourcePoliciesRequest - Class in com.amazonaws.services.logs.model
 
DescribeResourcePoliciesRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
 
DescribeResourcePoliciesResult - Class in com.amazonaws.services.logs.model
 
DescribeResourcePoliciesResult() - Constructor for class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
 
describeSubscriptionFilters(DescribeSubscriptionFiltersRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
describeSubscriptionFilters(DescribeSubscriptionFiltersRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists the subscription filters for the specified log group.
describeSubscriptionFilters(DescribeSubscriptionFiltersRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists the subscription filters for the specified log group.
describeSubscriptionFiltersAsync(DescribeSubscriptionFiltersRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeSubscriptionFiltersAsync(DescribeSubscriptionFiltersRequest, AsyncHandler<DescribeSubscriptionFiltersRequest, DescribeSubscriptionFiltersResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
describeSubscriptionFiltersAsync(DescribeSubscriptionFiltersRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the subscription filters for the specified log group.
describeSubscriptionFiltersAsync(DescribeSubscriptionFiltersRequest, AsyncHandler<DescribeSubscriptionFiltersRequest, DescribeSubscriptionFiltersResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the subscription filters for the specified log group.
describeSubscriptionFiltersAsync(DescribeSubscriptionFiltersRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
describeSubscriptionFiltersAsync(DescribeSubscriptionFiltersRequest, AsyncHandler<DescribeSubscriptionFiltersRequest, DescribeSubscriptionFiltersResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DescribeSubscriptionFiltersRequest - Class in com.amazonaws.services.logs.model
 
DescribeSubscriptionFiltersRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
 
DescribeSubscriptionFiltersResult - Class in com.amazonaws.services.logs.model
 
DescribeSubscriptionFiltersResult() - Constructor for class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
 
Destination - Class in com.amazonaws.services.logs.model
Represents a cross-account destination that receives subscription log events.
Destination() - Constructor for class com.amazonaws.services.logs.model.Destination
 
disassociateKmsKey(DisassociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
disassociateKmsKey(DisassociateKmsKeyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group.
disassociateKmsKey(DisassociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group.
disassociateKmsKeyAsync(DisassociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
disassociateKmsKeyAsync(DisassociateKmsKeyRequest, AsyncHandler<DisassociateKmsKeyRequest, DisassociateKmsKeyResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
disassociateKmsKeyAsync(DisassociateKmsKeyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group.
disassociateKmsKeyAsync(DisassociateKmsKeyRequest, AsyncHandler<DisassociateKmsKeyRequest, DisassociateKmsKeyResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Disassociates the associated AWS Key Management Service (AWS KMS) customer master key (CMK) from the specified log group.
disassociateKmsKeyAsync(DisassociateKmsKeyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
disassociateKmsKeyAsync(DisassociateKmsKeyRequest, AsyncHandler<DisassociateKmsKeyRequest, DisassociateKmsKeyResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
DisassociateKmsKeyRequest - Class in com.amazonaws.services.logs.model
 
DisassociateKmsKeyRequest() - Constructor for class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
 
DisassociateKmsKeyResult - Class in com.amazonaws.services.logs.model
 
DisassociateKmsKeyResult() - Constructor for class com.amazonaws.services.logs.model.DisassociateKmsKeyResult
 
Distribution - Enum in com.amazonaws.services.logs.model
The method used to distribute log data to the destination, which can be either random or grouped by log stream.

E

ENDPOINT_PREFIX - Static variable in interface com.amazonaws.services.logs.AWSLogs
The region metadata service name for computing region endpoints.
equals(Object) - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CancelExportTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CancelExportTaskResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CreateExportTaskResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CreateLogGroupResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CreateLogStreamResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteDestinationRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteDestinationResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteLogGroupResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.Destination
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.ExportTask
 
equals(Object) - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
 
equals(Object) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
 
equals(Object) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
 
equals(Object) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.InputLogEvent
 
equals(Object) - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.LogGroup
 
equals(Object) - Method in class com.amazonaws.services.logs.model.LogStream
 
equals(Object) - Method in class com.amazonaws.services.logs.model.MetricFilter
 
equals(Object) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
 
equals(Object) - Method in class com.amazonaws.services.logs.model.MetricTransformation
 
equals(Object) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutDestinationResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutMetricFilterResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
 
equals(Object) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
 
equals(Object) - Method in class com.amazonaws.services.logs.model.SearchedLogStream
 
equals(Object) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
equals(Object) - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.TagLogGroupResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
 
equals(Object) - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.UntagLogGroupResult
 
ExportTask - Class in com.amazonaws.services.logs.model
Represents an export task.
ExportTask() - Constructor for class com.amazonaws.services.logs.model.ExportTask
 
ExportTaskExecutionInfo - Class in com.amazonaws.services.logs.model
Represents the status of an export task.
ExportTaskExecutionInfo() - Constructor for class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
 
ExportTaskStatus - Class in com.amazonaws.services.logs.model
Represents the status of an export task.
ExportTaskStatus() - Constructor for class com.amazonaws.services.logs.model.ExportTaskStatus
 
ExportTaskStatusCode - Enum in com.amazonaws.services.logs.model
 

F

FilteredLogEvent - Class in com.amazonaws.services.logs.model
Represents a matched event.
FilteredLogEvent() - Constructor for class com.amazonaws.services.logs.model.FilteredLogEvent
 
filterLogEvents(FilterLogEventsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
filterLogEvents(FilterLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists log events from the specified log group.
filterLogEvents(FilterLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists log events from the specified log group.
filterLogEventsAsync(FilterLogEventsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
filterLogEventsAsync(FilterLogEventsRequest, AsyncHandler<FilterLogEventsRequest, FilterLogEventsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
filterLogEventsAsync(FilterLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists log events from the specified log group.
filterLogEventsAsync(FilterLogEventsRequest, AsyncHandler<FilterLogEventsRequest, FilterLogEventsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists log events from the specified log group.
filterLogEventsAsync(FilterLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
filterLogEventsAsync(FilterLogEventsRequest, AsyncHandler<FilterLogEventsRequest, FilterLogEventsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
FilterLogEventsRequest - Class in com.amazonaws.services.logs.model
 
FilterLogEventsRequest() - Constructor for class com.amazonaws.services.logs.model.FilterLogEventsRequest
 
FilterLogEventsResult - Class in com.amazonaws.services.logs.model
 
FilterLogEventsResult() - Constructor for class com.amazonaws.services.logs.model.FilterLogEventsResult
 
fromValue(String) - Static method in enum com.amazonaws.services.logs.model.Distribution
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.logs.model.ExportTaskStatusCode
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.logs.model.OrderBy
Use this in place of valueOf.

G

getAccessPolicy() - Method in class com.amazonaws.services.logs.model.Destination
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
getAccessPolicy() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.
getArn() - Method in class com.amazonaws.services.logs.model.Destination
The ARN of this destination.
getArn() - Method in class com.amazonaws.services.logs.model.LogGroup
The Amazon Resource Name (ARN) of the log group.
getArn() - Method in class com.amazonaws.services.logs.model.LogStream
The Amazon Resource Name (ARN) of the log stream.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Returns additional metadata for a previously executed successful request, typically used for debugging issues where a service isn't acting as expected.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getCode() - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status code of the export task.
getCompletionTime() - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.Destination
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.LogGroup
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.LogStream
The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.MetricFilter
The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getDefaultValue() - Method in class com.amazonaws.services.logs.model.MetricTransformation
(Optional) The value to emit when a filter pattern does not match a log event.
getDescending() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is true, results are returned in descending order.
getDestination() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of S3 bucket for the exported log data.
getDestination() - Method in class com.amazonaws.services.logs.model.ExportTask
The name of Amazon S3 bucket to which the log data was exported.
getDestination() - Method in class com.amazonaws.services.logs.model.PutDestinationResult
The destination.
getDestinationArn() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The ARN of the destination to deliver matching log events to.
getDestinationArn() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The Amazon Resource Name (ARN) of the destination.
getDestinationName() - Method in class com.amazonaws.services.logs.model.DeleteDestinationRequest
The name of the destination.
getDestinationName() - Method in class com.amazonaws.services.logs.model.Destination
The name of the destination.
getDestinationName() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
A name for an existing destination.
getDestinationName() - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
A name for the destination.
getDestinationNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The prefix to match.
getDestinationPrefix() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The prefix used as the start of the key for every object exported.
getDestinationPrefix() - Method in class com.amazonaws.services.logs.model.ExportTask
The prefix that was used as the start of Amazon S3 key for every object exported.
getDestinations() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
The destinations.
getDistribution() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The method used to distribute log data to the destination.
getDistribution() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
getEndTime() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getEndTime() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getEventId() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The ID of the event.
getEventMessage() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The raw event data.
getEventNumber() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The event number.
getEvents() - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
The matched events.
getEvents() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The events.
getExecutionInfo() - Method in class com.amazonaws.services.logs.model.ExportTask
Execution info about the export task.
getExecutorService() - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns the executor service used by this client to execute async requests.
getExpectedSequenceToken() - Method in exception com.amazonaws.services.logs.model.DataAlreadyAcceptedException
 
getExpectedSequenceToken() - Method in exception com.amazonaws.services.logs.model.InvalidSequenceTokenException
 
getExpiredLogEventEndIndex() - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The expired log events.
getExportTasks() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
The export tasks.
getExtractedValues() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The values extracted from the event data by the filter.
getFilterName() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
The name of the metric filter.
getFilterName() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
The name of the subscription filter.
getFilterName() - Method in class com.amazonaws.services.logs.model.MetricFilter
The name of the metric filter.
getFilterName() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A name for the metric filter.
getFilterName() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
A name for the subscription filter.
getFilterName() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The name of the subscription filter.
getFilterNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The prefix to match.
getFilterNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The prefix to match.
getFilterPattern() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The filter pattern to use.
getFilterPattern() - Method in class com.amazonaws.services.logs.model.MetricFilter
 
getFilterPattern() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A filter pattern for extracting metric data out of ingested log events.
getFilterPattern() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
A filter pattern for subscribing to a filtered stream of log events.
getFilterPattern() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
getFilterPattern() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
getFirstEventTimestamp() - Method in class com.amazonaws.services.logs.model.LogStream
The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getFrom() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getFrom() - Method in class com.amazonaws.services.logs.model.ExportTask
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getIngestionTime() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getIngestionTime() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getInterleaved() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response.
getKmsKeyId() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
getKmsKeyId() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
getKmsKeyId() - Method in class com.amazonaws.services.logs.model.LogGroup
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
getLastEventTimestamp() - Method in class com.amazonaws.services.logs.model.LogStream
the time of the most recent log event in the log stream in CloudWatch Logs.
getLastIngestionTime() - Method in class com.amazonaws.services.logs.model.LogStream
The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getLastUpdatedTime() - Method in class com.amazonaws.services.logs.model.ResourcePolicy
Time stamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The maximum number of items returned.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The maximum number of items returned.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The maximum number of items returned.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The maximum number of items returned.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The maximum number of items returned.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
The maximum number of resource policies to be displayed with one call of this API.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The maximum number of items returned.
getLimit() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The maximum number of events to return.
getLimit() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The maximum number of log events returned.
getLogEventMessages() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
The log event messages to test.
getLogEvents(GetLogEventsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
getLogEvents(GetLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists log events from the specified log stream.
getLogEvents(GetLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists log events from the specified log stream.
getLogEvents() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The log events.
getLogEventsAsync(GetLogEventsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
getLogEventsAsync(GetLogEventsRequest, AsyncHandler<GetLogEventsRequest, GetLogEventsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
getLogEventsAsync(GetLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists log events from the specified log stream.
getLogEventsAsync(GetLogEventsRequest, AsyncHandler<GetLogEventsRequest, GetLogEventsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists log events from the specified log stream.
getLogEventsAsync(GetLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
getLogEventsAsync(GetLogEventsRequest, AsyncHandler<GetLogEventsRequest, GetLogEventsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
GetLogEventsRequest - Class in com.amazonaws.services.logs.model
 
GetLogEventsRequest() - Constructor for class com.amazonaws.services.logs.model.GetLogEventsRequest
Default constructor for GetLogEventsRequest object.
GetLogEventsRequest(String, String) - Constructor for class com.amazonaws.services.logs.model.GetLogEventsRequest
Constructs a new GetLogEventsRequest object.
GetLogEventsResult - Class in com.amazonaws.services.logs.model
 
GetLogEventsResult() - Constructor for class com.amazonaws.services.logs.model.GetLogEventsResult
 
getLogGroupName() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.ExportTask
The name of the log group from which logs data was exported.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.LogGroup
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.MetricFilter
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
The name of the log group.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
The name of the log group.
getLogGroupNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The prefix to match.
getLogGroups() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
The log groups.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
The name of the log stream.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
The name of the log stream.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The name of the log stream this event belongs to.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The name of the log stream.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.LogStream
The name of the log stream.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The name of the log stream.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.SearchedLogStream
The name of the log stream.
getLogStreamNamePrefix() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
Export only log streams that match the provided prefix.
getLogStreamNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The prefix to match.
getLogStreamNames() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
Optional list of log stream names.
getLogStreams() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
The log streams.
getMatches() - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
The matched events.
getMessage() - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status message related to the status code.
getMessage() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The data contained in the log event.
getMessage() - Method in class com.amazonaws.services.logs.model.InputLogEvent
The raw event message.
getMessage() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The data contained in the log event.
getMetricFilterCount() - Method in class com.amazonaws.services.logs.model.LogGroup
The number of metric filters.
getMetricFilters() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
The metric filters.
getMetricName() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
 
getMetricName() - Method in class com.amazonaws.services.logs.model.MetricTransformation
The name of the CloudWatch metric.
getMetricNamespace() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The namespace of the CloudWatch metric.
getMetricNamespace() - Method in class com.amazonaws.services.logs.model.MetricTransformation
The namespace of the CloudWatch metric.
getMetricTransformations() - Method in class com.amazonaws.services.logs.model.MetricFilter
The metric transformations.
getMetricTransformations() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A collection of information that defines how metric data gets emitted.
getMetricValue() - Method in class com.amazonaws.services.logs.model.MetricTransformation
The value to publish to the CloudWatch metric when a filter pattern matches a log event.
getNextBackwardToken() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The token for the next set of items in the backward direction.
getNextForwardToken() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The token for the next set of items in the forward direction.
getNextSequenceToken() - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
The next sequence token.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The token for the next set of items to return.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
 
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The token for the next set of items to return.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
 
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The token for the next set of items to return.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The token for the next set of items to return.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The token for the next set of items to return.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
 
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
 
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The token for the next set of items to return.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
 
getNextToken() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The token for the next set of events to return.
getNextToken() - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
The token to use when requesting the next set of items.
getNextToken() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The token for the next set of items to return.
getOrderBy() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is LogStreamName, the results are ordered by log stream name.
getPolicyDocument() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
Details of the new policy, including the identity of the principal that is enabled to put logs to this account.
getPolicyDocument() - Method in class com.amazonaws.services.logs.model.ResourcePolicy
The details of the policy.
getPolicyName() - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
The name of the policy to be revoked.
getPolicyName() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
Name of the new policy.
getPolicyName() - Method in class com.amazonaws.services.logs.model.ResourcePolicy
The name of the resource policy.
getRejectedLogEventsInfo() - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
The rejected events.
getResourcePolicies() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
The resource policies that exist in this account.
getResourcePolicy() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyResult
The new policy.
getRetentionInDays() - Method in class com.amazonaws.services.logs.model.LogGroup
 
getRetentionInDays() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
 
getRoleArn() - Method in class com.amazonaws.services.logs.model.Destination
A role for impersonation, used when delivering log events to the target.
getRoleArn() - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.
getRoleArn() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream.
getRoleArn() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter

getSearchedCompletely() - Method in class com.amazonaws.services.logs.model.SearchedLogStream
Indicates whether all the events in this log stream were searched.
getSearchedLogStreams() - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
Indicates which log streams have been searched and whether each has been searched completely.
getSequenceToken() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The sequence token obtained from the response of the previous PutLogEvents call.
getStartFromHead() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If the value is true, the earliest log events are returned first.
getStartTime() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getStartTime() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getStatus() - Method in class com.amazonaws.services.logs.model.ExportTask
The status of the export task.
getStatusCode() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The status code of the export task.
getStoredBytes() - Method in class com.amazonaws.services.logs.model.LogGroup
The number of bytes stored.
getStoredBytes() - Method in class com.amazonaws.services.logs.model.LogStream
The number of bytes stored.
getSubscriptionFilters() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
The subscription filters.
getTags() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The key-value pairs to use for the tags.
getTags() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
The tags for the log group.
getTags() - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
The key-value pairs to use for the tags.
getTags() - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
The tag keys.
getTargetArn() - Method in class com.amazonaws.services.logs.model.Destination
The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).
getTargetArn() - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
The ARN of an Amazon Kinesis stream to which to deliver matching log events.
getTaskId() - Method in class com.amazonaws.services.logs.model.CancelExportTaskRequest
The ID of the export task.
getTaskId() - Method in class com.amazonaws.services.logs.model.CreateExportTaskResult
The ID of the export task.
getTaskId() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The ID of the export task.
getTaskId() - Method in class com.amazonaws.services.logs.model.ExportTask
The ID of the export task.
getTaskName() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of the export task.
getTaskName() - Method in class com.amazonaws.services.logs.model.ExportTask
The name of the export task.
getTimestamp() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getTimestamp() - Method in class com.amazonaws.services.logs.model.InputLogEvent
The time the event occurred, expressed as the number of milliseconds fter Jan 1, 1970 00:00:00 UTC.
getTimestamp() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getTo() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getTo() - Method in class com.amazonaws.services.logs.model.ExportTask
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
getTooNewLogEventStartIndex() - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The log events that are too new.
getTooOldLogEventEndIndex() - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The log events that are too old.
getUploadSequenceToken() - Method in class com.amazonaws.services.logs.model.LogStream
The sequence token.

H

hashCode() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.CancelExportTaskRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.CancelExportTaskResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.CreateExportTaskResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.CreateLogGroupResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.CreateLogStreamResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteDestinationRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteDestinationResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.Destination
 
hashCode() - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.ExportTask
 
hashCode() - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
 
hashCode() - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
 
hashCode() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
 
hashCode() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.InputLogEvent
 
hashCode() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.LogGroup
 
hashCode() - Method in class com.amazonaws.services.logs.model.LogStream
 
hashCode() - Method in class com.amazonaws.services.logs.model.MetricFilter
 
hashCode() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
 
hashCode() - Method in class com.amazonaws.services.logs.model.MetricTransformation
 
hashCode() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutDestinationResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutMetricFilterResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
 
hashCode() - Method in class com.amazonaws.services.logs.model.ResourcePolicy
 
hashCode() - Method in class com.amazonaws.services.logs.model.SearchedLogStream
 
hashCode() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
hashCode() - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.TagLogGroupResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
 
hashCode() - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.UntagLogGroupResult
 

I

InputLogEvent - Class in com.amazonaws.services.logs.model
Represents a log event, which is a record of activity that was recorded by the application or resource being monitored.
InputLogEvent() - Constructor for class com.amazonaws.services.logs.model.InputLogEvent
 
InvalidOperationException - Exception in com.amazonaws.services.logs.model
The operation is not valid on the specified resource.
InvalidOperationException(String) - Constructor for exception com.amazonaws.services.logs.model.InvalidOperationException
Constructs a new InvalidOperationException with the specified error message.
InvalidParameterException - Exception in com.amazonaws.services.logs.model
A parameter is specified incorrectly.
InvalidParameterException(String) - Constructor for exception com.amazonaws.services.logs.model.InvalidParameterException
Constructs a new InvalidParameterException with the specified error message.
InvalidSequenceTokenException - Exception in com.amazonaws.services.logs.model
The sequence token is not valid.
InvalidSequenceTokenException(String) - Constructor for exception com.amazonaws.services.logs.model.InvalidSequenceTokenException
Constructs a new InvalidSequenceTokenException with the specified error message.
isDescending() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is true, results are returned in descending order.
isInterleaved() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response.
isSearchedCompletely() - Method in class com.amazonaws.services.logs.model.SearchedLogStream
Indicates whether all the events in this log stream were searched.
isStartFromHead() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If the value is true, the earliest log events are returned first.

L

LimitExceededException - Exception in com.amazonaws.services.logs.model
You have reached the maximum number of resources that can be created.
LimitExceededException(String) - Constructor for exception com.amazonaws.services.logs.model.LimitExceededException
Constructs a new LimitExceededException with the specified error message.
listTagsLogGroup(ListTagsLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
listTagsLogGroup(ListTagsLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Lists the tags for the specified log group.
listTagsLogGroup(ListTagsLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Lists the tags for the specified log group.
listTagsLogGroupAsync(ListTagsLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
listTagsLogGroupAsync(ListTagsLogGroupRequest, AsyncHandler<ListTagsLogGroupRequest, ListTagsLogGroupResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
listTagsLogGroupAsync(ListTagsLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the tags for the specified log group.
listTagsLogGroupAsync(ListTagsLogGroupRequest, AsyncHandler<ListTagsLogGroupRequest, ListTagsLogGroupResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Lists the tags for the specified log group.
listTagsLogGroupAsync(ListTagsLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
listTagsLogGroupAsync(ListTagsLogGroupRequest, AsyncHandler<ListTagsLogGroupRequest, ListTagsLogGroupResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
ListTagsLogGroupRequest - Class in com.amazonaws.services.logs.model
 
ListTagsLogGroupRequest() - Constructor for class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
 
ListTagsLogGroupResult - Class in com.amazonaws.services.logs.model
 
ListTagsLogGroupResult() - Constructor for class com.amazonaws.services.logs.model.ListTagsLogGroupResult
 
LogGroup - Class in com.amazonaws.services.logs.model
Represents a log group.
LogGroup() - Constructor for class com.amazonaws.services.logs.model.LogGroup
 
LogStream - Class in com.amazonaws.services.logs.model
Represents a log stream, which is a sequence of log events from a single emitter of logs.
LogStream() - Constructor for class com.amazonaws.services.logs.model.LogStream
 

M

marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.Destination
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.ExportTask
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.InputLogEvent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.LogGroup
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.LogStream
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.MetricFilter
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.MetricTransformation
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.SearchedLogStream
 
marshall(ProtocolMarshaller) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
MetricFilter - Class in com.amazonaws.services.logs.model
Metric filters express how CloudWatch Logs would extract metric observations from ingested log events and transform them into metric data in a CloudWatch metric.
MetricFilter() - Constructor for class com.amazonaws.services.logs.model.MetricFilter
 
MetricFilterMatchRecord - Class in com.amazonaws.services.logs.model
Represents a matched event.
MetricFilterMatchRecord() - Constructor for class com.amazonaws.services.logs.model.MetricFilterMatchRecord
 
MetricTransformation - Class in com.amazonaws.services.logs.model
Indicates how to transform ingested log events in to metric data in a CloudWatch metric.
MetricTransformation() - Constructor for class com.amazonaws.services.logs.model.MetricTransformation
 

O

OperationAbortedException - Exception in com.amazonaws.services.logs.model
Multiple requests to update the same resource were in conflict.
OperationAbortedException(String) - Constructor for exception com.amazonaws.services.logs.model.OperationAbortedException
Constructs a new OperationAbortedException with the specified error message.
OrderBy - Enum in com.amazonaws.services.logs.model
 
OutputLogEvent - Class in com.amazonaws.services.logs.model
Represents a log event.
OutputLogEvent() - Constructor for class com.amazonaws.services.logs.model.OutputLogEvent
 

P

putDestination(PutDestinationRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
putDestination(PutDestinationRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates or updates a destination.
putDestination(PutDestinationRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates or updates a destination.
putDestinationAsync(PutDestinationRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putDestinationAsync(PutDestinationRequest, AsyncHandler<PutDestinationRequest, PutDestinationResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putDestinationAsync(PutDestinationRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a destination.
putDestinationAsync(PutDestinationRequest, AsyncHandler<PutDestinationRequest, PutDestinationResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a destination.
putDestinationAsync(PutDestinationRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putDestinationAsync(PutDestinationRequest, AsyncHandler<PutDestinationRequest, PutDestinationResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putDestinationPolicy(PutDestinationPolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
putDestinationPolicy(PutDestinationPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates or updates an access policy associated with an existing destination.
putDestinationPolicy(PutDestinationPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates or updates an access policy associated with an existing destination.
putDestinationPolicyAsync(PutDestinationPolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putDestinationPolicyAsync(PutDestinationPolicyRequest, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putDestinationPolicyAsync(PutDestinationPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates an access policy associated with an existing destination.
putDestinationPolicyAsync(PutDestinationPolicyRequest, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates an access policy associated with an existing destination.
putDestinationPolicyAsync(PutDestinationPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putDestinationPolicyAsync(PutDestinationPolicyRequest, AsyncHandler<PutDestinationPolicyRequest, PutDestinationPolicyResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
PutDestinationPolicyRequest - Class in com.amazonaws.services.logs.model
 
PutDestinationPolicyRequest() - Constructor for class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
 
PutDestinationPolicyResult - Class in com.amazonaws.services.logs.model
 
PutDestinationPolicyResult() - Constructor for class com.amazonaws.services.logs.model.PutDestinationPolicyResult
 
PutDestinationRequest - Class in com.amazonaws.services.logs.model
 
PutDestinationRequest() - Constructor for class com.amazonaws.services.logs.model.PutDestinationRequest
 
PutDestinationResult - Class in com.amazonaws.services.logs.model
 
PutDestinationResult() - Constructor for class com.amazonaws.services.logs.model.PutDestinationResult
 
putLogEvents(PutLogEventsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
putLogEvents(PutLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Uploads a batch of log events to the specified log stream.
putLogEvents(PutLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Uploads a batch of log events to the specified log stream.
putLogEventsAsync(PutLogEventsRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putLogEventsAsync(PutLogEventsRequest, AsyncHandler<PutLogEventsRequest, PutLogEventsResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putLogEventsAsync(PutLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Uploads a batch of log events to the specified log stream.
putLogEventsAsync(PutLogEventsRequest, AsyncHandler<PutLogEventsRequest, PutLogEventsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Uploads a batch of log events to the specified log stream.
putLogEventsAsync(PutLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putLogEventsAsync(PutLogEventsRequest, AsyncHandler<PutLogEventsRequest, PutLogEventsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
PutLogEventsRequest - Class in com.amazonaws.services.logs.model
 
PutLogEventsRequest() - Constructor for class com.amazonaws.services.logs.model.PutLogEventsRequest
Default constructor for PutLogEventsRequest object.
PutLogEventsRequest(String, String, List<InputLogEvent>) - Constructor for class com.amazonaws.services.logs.model.PutLogEventsRequest
Constructs a new PutLogEventsRequest object.
PutLogEventsResult - Class in com.amazonaws.services.logs.model
 
PutLogEventsResult() - Constructor for class com.amazonaws.services.logs.model.PutLogEventsResult
 
putMetricFilter(PutMetricFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
putMetricFilter(PutMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates or updates a metric filter and associates it with the specified log group.
putMetricFilter(PutMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates or updates a metric filter and associates it with the specified log group.
putMetricFilterAsync(PutMetricFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putMetricFilterAsync(PutMetricFilterRequest, AsyncHandler<PutMetricFilterRequest, PutMetricFilterResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putMetricFilterAsync(PutMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a metric filter and associates it with the specified log group.
putMetricFilterAsync(PutMetricFilterRequest, AsyncHandler<PutMetricFilterRequest, PutMetricFilterResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a metric filter and associates it with the specified log group.
putMetricFilterAsync(PutMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putMetricFilterAsync(PutMetricFilterRequest, AsyncHandler<PutMetricFilterRequest, PutMetricFilterResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
PutMetricFilterRequest - Class in com.amazonaws.services.logs.model
 
PutMetricFilterRequest() - Constructor for class com.amazonaws.services.logs.model.PutMetricFilterRequest
Default constructor for PutMetricFilterRequest object.
PutMetricFilterRequest(String, String, String, List<MetricTransformation>) - Constructor for class com.amazonaws.services.logs.model.PutMetricFilterRequest
Constructs a new PutMetricFilterRequest object.
PutMetricFilterResult - Class in com.amazonaws.services.logs.model
 
PutMetricFilterResult() - Constructor for class com.amazonaws.services.logs.model.PutMetricFilterResult
 
putResourcePolicy(PutResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
putResourcePolicy(PutResourcePolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates or updates a resource policy allowing other AWS services to put log events to this account, such as Amazon Route 53.
putResourcePolicy(PutResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates or updates a resource policy allowing other AWS services to put log events to this account, such as Amazon Route 53.
putResourcePolicyAsync(PutResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putResourcePolicyAsync(PutResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest, PutResourcePolicyResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putResourcePolicyAsync(PutResourcePolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a resource policy allowing other AWS services to put log events to this account, such as Amazon Route 53.
putResourcePolicyAsync(PutResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest, PutResourcePolicyResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a resource policy allowing other AWS services to put log events to this account, such as Amazon Route 53.
putResourcePolicyAsync(PutResourcePolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putResourcePolicyAsync(PutResourcePolicyRequest, AsyncHandler<PutResourcePolicyRequest, PutResourcePolicyResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
PutResourcePolicyRequest - Class in com.amazonaws.services.logs.model
 
PutResourcePolicyRequest() - Constructor for class com.amazonaws.services.logs.model.PutResourcePolicyRequest
 
PutResourcePolicyResult - Class in com.amazonaws.services.logs.model
 
PutResourcePolicyResult() - Constructor for class com.amazonaws.services.logs.model.PutResourcePolicyResult
 
putRetentionPolicy(PutRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
putRetentionPolicy(PutRetentionPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Sets the retention of the specified log group.
putRetentionPolicy(PutRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Sets the retention of the specified log group.
putRetentionPolicyAsync(PutRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putRetentionPolicyAsync(PutRetentionPolicyRequest, AsyncHandler<PutRetentionPolicyRequest, PutRetentionPolicyResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putRetentionPolicyAsync(PutRetentionPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Sets the retention of the specified log group.
putRetentionPolicyAsync(PutRetentionPolicyRequest, AsyncHandler<PutRetentionPolicyRequest, PutRetentionPolicyResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Sets the retention of the specified log group.
putRetentionPolicyAsync(PutRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putRetentionPolicyAsync(PutRetentionPolicyRequest, AsyncHandler<PutRetentionPolicyRequest, PutRetentionPolicyResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
PutRetentionPolicyRequest - Class in com.amazonaws.services.logs.model
 
PutRetentionPolicyRequest() - Constructor for class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Default constructor for PutRetentionPolicyRequest object.
PutRetentionPolicyRequest(String, Integer) - Constructor for class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Constructs a new PutRetentionPolicyRequest object.
PutRetentionPolicyResult - Class in com.amazonaws.services.logs.model
 
PutRetentionPolicyResult() - Constructor for class com.amazonaws.services.logs.model.PutRetentionPolicyResult
 
putSubscriptionFilter(PutSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
putSubscriptionFilter(PutSubscriptionFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates or updates a subscription filter and associates it with the specified log group.
putSubscriptionFilter(PutSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates or updates a subscription filter and associates it with the specified log group.
putSubscriptionFilterAsync(PutSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putSubscriptionFilterAsync(PutSubscriptionFilterRequest, AsyncHandler<PutSubscriptionFilterRequest, PutSubscriptionFilterResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
putSubscriptionFilterAsync(PutSubscriptionFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a subscription filter and associates it with the specified log group.
putSubscriptionFilterAsync(PutSubscriptionFilterRequest, AsyncHandler<PutSubscriptionFilterRequest, PutSubscriptionFilterResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a subscription filter and associates it with the specified log group.
putSubscriptionFilterAsync(PutSubscriptionFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
putSubscriptionFilterAsync(PutSubscriptionFilterRequest, AsyncHandler<PutSubscriptionFilterRequest, PutSubscriptionFilterResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
PutSubscriptionFilterRequest - Class in com.amazonaws.services.logs.model
 
PutSubscriptionFilterRequest() - Constructor for class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
 
PutSubscriptionFilterResult - Class in com.amazonaws.services.logs.model
 
PutSubscriptionFilterResult() - Constructor for class com.amazonaws.services.logs.model.PutSubscriptionFilterResult
 

R

RejectedLogEventsInfo - Class in com.amazonaws.services.logs.model
Represents the rejected events.
RejectedLogEventsInfo() - Constructor for class com.amazonaws.services.logs.model.RejectedLogEventsInfo
 
ResourceAlreadyExistsException - Exception in com.amazonaws.services.logs.model
The specified resource already exists.
ResourceAlreadyExistsException(String) - Constructor for exception com.amazonaws.services.logs.model.ResourceAlreadyExistsException
Constructs a new ResourceAlreadyExistsException with the specified error message.
ResourceNotFoundException - Exception in com.amazonaws.services.logs.model
The specified resource does not exist.
ResourceNotFoundException(String) - Constructor for exception com.amazonaws.services.logs.model.ResourceNotFoundException
Constructs a new ResourceNotFoundException with the specified error message.
ResourcePolicy - Class in com.amazonaws.services.logs.model
A policy enabling one or more entities to put logs to a log group in this account.
ResourcePolicy() - Constructor for class com.amazonaws.services.logs.model.ResourcePolicy
 

S

SearchedLogStream - Class in com.amazonaws.services.logs.model
Represents the search status of a log stream.
SearchedLogStream() - Constructor for class com.amazonaws.services.logs.model.SearchedLogStream
 
ServiceUnavailableException - Exception in com.amazonaws.services.logs.model
The service cannot complete the request.
ServiceUnavailableException(String) - Constructor for exception com.amazonaws.services.logs.model.ServiceUnavailableException
Constructs a new ServiceUnavailableException with the specified error message.
setAccessPolicy(String) - Method in class com.amazonaws.services.logs.model.Destination
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
setAccessPolicy(String) - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.
setArn(String) - Method in class com.amazonaws.services.logs.model.Destination
The ARN of this destination.
setArn(String) - Method in class com.amazonaws.services.logs.model.LogGroup
The Amazon Resource Name (ARN) of the log group.
setArn(String) - Method in class com.amazonaws.services.logs.model.LogStream
The Amazon Resource Name (ARN) of the log stream.
setCode(String) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status code of the export task.
setCode(ExportTaskStatusCode) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status code of the export task.
setCompletionTime(Long) - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.Destination
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.MetricFilter
The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setDefaultValue(Double) - Method in class com.amazonaws.services.logs.model.MetricTransformation
(Optional) The value to emit when a filter pattern does not match a log event.
setDescending(Boolean) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is true, results are returned in descending order.
setDestination(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of S3 bucket for the exported log data.
setDestination(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The name of Amazon S3 bucket to which the log data was exported.
setDestination(Destination) - Method in class com.amazonaws.services.logs.model.PutDestinationResult
The destination.
setDestinationArn(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The ARN of the destination to deliver matching log events to.
setDestinationArn(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The Amazon Resource Name (ARN) of the destination.
setDestinationName(String) - Method in class com.amazonaws.services.logs.model.DeleteDestinationRequest
The name of the destination.
setDestinationName(String) - Method in class com.amazonaws.services.logs.model.Destination
The name of the destination.
setDestinationName(String) - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
A name for an existing destination.
setDestinationName(String) - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
A name for the destination.
setDestinationNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The prefix to match.
setDestinationPrefix(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The prefix used as the start of the key for every object exported.
setDestinationPrefix(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The prefix that was used as the start of Amazon S3 key for every object exported.
setDestinations(Collection<Destination>) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
The destinations.
setDistribution(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The method used to distribute log data to the destination.
setDistribution(Distribution) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The method used to distribute log data to the destination.
setDistribution(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
setDistribution(Distribution) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
setEndpoint(String) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
setEndpoint(String) - Method in interface com.amazonaws.services.logs.AWSLogs
Deprecated.
use AwsClientBuilder#setEndpointConfiguration(AwsClientBuilder.EndpointConfiguration) for example: builder.setEndpointConfiguration(new EndpointConfiguration(endpoint, signingRegion));
setEndTime(Long) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setEndTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setEventId(String) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The ID of the event.
setEventMessage(String) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The raw event data.
setEventNumber(Long) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The event number.
setEvents(Collection<FilteredLogEvent>) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
The matched events.
setEvents(Collection<OutputLogEvent>) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The events.
setExecutionInfo(ExportTaskExecutionInfo) - Method in class com.amazonaws.services.logs.model.ExportTask
Execution info about the export task.
setExpectedSequenceToken(String) - Method in exception com.amazonaws.services.logs.model.DataAlreadyAcceptedException
 
setExpectedSequenceToken(String) - Method in exception com.amazonaws.services.logs.model.InvalidSequenceTokenException
 
setExpiredLogEventEndIndex(Integer) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The expired log events.
setExportTasks(Collection<ExportTask>) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
The export tasks.
setExtractedValues(Map<String, String>) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The values extracted from the event data by the filter.
setFilterName(String) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
The name of the metric filter.
setFilterName(String) - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
The name of the subscription filter.
setFilterName(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
The name of the metric filter.
setFilterName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A name for the metric filter.
setFilterName(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
A name for the subscription filter.
setFilterName(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The name of the subscription filter.
setFilterNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The prefix to match.
setFilterNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The prefix to match.
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The filter pattern to use.
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
 
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A filter pattern for extracting metric data out of ingested log events.
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
A filter pattern for subscribing to a filtered stream of log events.
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
setFirstEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setFrom(Long) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setFrom(Long) - Method in class com.amazonaws.services.logs.model.ExportTask
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setInterleaved(Boolean) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response.
setKmsKeyId(String) - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
setKmsKeyId(String) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
setKmsKeyId(String) - Method in class com.amazonaws.services.logs.model.LogGroup
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
setLastEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
the time of the most recent log event in the log stream in CloudWatch Logs.
setLastIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setLastUpdatedTime(Long) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
Time stamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The maximum number of items returned.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The maximum number of items returned.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The maximum number of items returned.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The maximum number of items returned.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The maximum number of items returned.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
The maximum number of resource policies to be displayed with one call of this API.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The maximum number of items returned.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The maximum number of events to return.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The maximum number of log events returned.
setLogEventMessages(Collection<String>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
The log event messages to test.
setLogEvents(Collection<InputLogEvent>) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The log events.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The name of the log group from which logs data was exported.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.LogGroup
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
The name of the log group.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
The name of the log group.
setLogGroupNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The prefix to match.
setLogGroups(Collection<LogGroup>) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
The log groups.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
The name of the log stream.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
The name of the log stream.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The name of the log stream this event belongs to.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The name of the log stream.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.LogStream
The name of the log stream.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The name of the log stream.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.SearchedLogStream
The name of the log stream.
setLogStreamNamePrefix(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
Export only log streams that match the provided prefix.
setLogStreamNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The prefix to match.
setLogStreamNames(Collection<String>) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
Optional list of log stream names.
setLogStreams(Collection<LogStream>) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
The log streams.
setMatches(Collection<MetricFilterMatchRecord>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
The matched events.
setMessage(String) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status message related to the status code.
setMessage(String) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The data contained in the log event.
setMessage(String) - Method in class com.amazonaws.services.logs.model.InputLogEvent
The raw event message.
setMessage(String) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The data contained in the log event.
setMetricFilterCount(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
The number of metric filters.
setMetricFilters(Collection<MetricFilter>) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
The metric filters.
setMetricName(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
 
setMetricName(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The name of the CloudWatch metric.
setMetricNamespace(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The namespace of the CloudWatch metric.
setMetricNamespace(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The namespace of the CloudWatch metric.
setMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.MetricFilter
The metric transformations.
setMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A collection of information that defines how metric data gets emitted.
setMetricValue(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The value to publish to the CloudWatch metric when a filter pattern matches a log event.
setNextBackwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The token for the next set of items in the backward direction.
setNextForwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The token for the next set of items in the forward direction.
setNextSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
The next sequence token.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The token for the next set of items to return.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The token for the next set of items to return.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The token for the next set of items to return.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The token for the next set of items to return.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The token for the next set of items to return.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The token for the next set of items to return.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
 
setNextToken(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The token for the next set of events to return.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
The token to use when requesting the next set of items.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The token for the next set of items to return.
setOrderBy(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is LogStreamName, the results are ordered by log stream name.
setOrderBy(OrderBy) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is LogStreamName, the results are ordered by log stream name.
setPolicyDocument(String) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
Details of the new policy, including the identity of the principal that is enabled to put logs to this account.
setPolicyDocument(String) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
The details of the policy.
setPolicyName(String) - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
The name of the policy to be revoked.
setPolicyName(String) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
Name of the new policy.
setPolicyName(String) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
The name of the resource policy.
setRegion(Region) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
setRegion(Region) - Method in interface com.amazonaws.services.logs.AWSLogs
Deprecated.
use AwsClientBuilder#setRegion(String)
setRejectedLogEventsInfo(RejectedLogEventsInfo) - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
The rejected events.
setResourcePolicies(Collection<ResourcePolicy>) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
The resource policies that exist in this account.
setResourcePolicy(ResourcePolicy) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyResult
The new policy.
setRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
 
setRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
 
setRoleArn(String) - Method in class com.amazonaws.services.logs.model.Destination
A role for impersonation, used when delivering log events to the target.
setRoleArn(String) - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.
setRoleArn(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream.
setRoleArn(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter

setSearchedCompletely(Boolean) - Method in class com.amazonaws.services.logs.model.SearchedLogStream
Indicates whether all the events in this log stream were searched.
setSearchedLogStreams(Collection<SearchedLogStream>) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
Indicates which log streams have been searched and whether each has been searched completely.
setSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The sequence token obtained from the response of the previous PutLogEvents call.
setStartFromHead(Boolean) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If the value is true, the earliest log events are returned first.
setStartTime(Long) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setStartTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setStatus(ExportTaskStatus) - Method in class com.amazonaws.services.logs.model.ExportTask
The status of the export task.
setStatusCode(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The status code of the export task.
setStatusCode(ExportTaskStatusCode) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The status code of the export task.
setStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
The number of bytes stored.
setStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The number of bytes stored.
setSubscriptionFilters(Collection<SubscriptionFilter>) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
The subscription filters.
setTags(Map<String, String>) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The key-value pairs to use for the tags.
setTags(Map<String, String>) - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
The tags for the log group.
setTags(Map<String, String>) - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
The key-value pairs to use for the tags.
setTags(Collection<String>) - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
The tag keys.
setTargetArn(String) - Method in class com.amazonaws.services.logs.model.Destination
The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).
setTargetArn(String) - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
The ARN of an Amazon Kinesis stream to which to deliver matching log events.
setTaskId(String) - Method in class com.amazonaws.services.logs.model.CancelExportTaskRequest
The ID of the export task.
setTaskId(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskResult
The ID of the export task.
setTaskId(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The ID of the export task.
setTaskId(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The ID of the export task.
setTaskName(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of the export task.
setTaskName(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The name of the export task.
setTimestamp(Long) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setTimestamp(Long) - Method in class com.amazonaws.services.logs.model.InputLogEvent
The time the event occurred, expressed as the number of milliseconds fter Jan 1, 1970 00:00:00 UTC.
setTimestamp(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setTo(Long) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setTo(Long) - Method in class com.amazonaws.services.logs.model.ExportTask
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
setTooNewLogEventStartIndex(Integer) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The log events that are too new.
setTooOldLogEventEndIndex(Integer) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The log events that are too old.
setUploadSequenceToken(String) - Method in class com.amazonaws.services.logs.model.LogStream
The sequence token.
shutdown() - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
shutdown() - Method in interface com.amazonaws.services.logs.AWSLogs
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Shuts down the client, releasing all managed resources.
standard() - Static method in class com.amazonaws.services.logs.AWSLogsAsyncClientBuilder
 
standard() - Static method in class com.amazonaws.services.logs.AWSLogsClientBuilder
 
SubscriptionFilter - Class in com.amazonaws.services.logs.model
Represents a subscription filter.
SubscriptionFilter() - Constructor for class com.amazonaws.services.logs.model.SubscriptionFilter
 

T

tagLogGroup(TagLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
tagLogGroup(TagLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Adds or updates the specified tags for the specified log group.
tagLogGroup(TagLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Adds or updates the specified tags for the specified log group.
tagLogGroupAsync(TagLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
tagLogGroupAsync(TagLogGroupRequest, AsyncHandler<TagLogGroupRequest, TagLogGroupResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
tagLogGroupAsync(TagLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Adds or updates the specified tags for the specified log group.
tagLogGroupAsync(TagLogGroupRequest, AsyncHandler<TagLogGroupRequest, TagLogGroupResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Adds or updates the specified tags for the specified log group.
tagLogGroupAsync(TagLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
tagLogGroupAsync(TagLogGroupRequest, AsyncHandler<TagLogGroupRequest, TagLogGroupResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
TagLogGroupRequest - Class in com.amazonaws.services.logs.model
 
TagLogGroupRequest() - Constructor for class com.amazonaws.services.logs.model.TagLogGroupRequest
 
TagLogGroupResult - Class in com.amazonaws.services.logs.model
 
TagLogGroupResult() - Constructor for class com.amazonaws.services.logs.model.TagLogGroupResult
 
testMetricFilter(TestMetricFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
testMetricFilter(TestMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Tests the filter pattern of a metric filter against a sample of log event messages.
testMetricFilter(TestMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Tests the filter pattern of a metric filter against a sample of log event messages.
testMetricFilterAsync(TestMetricFilterRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
testMetricFilterAsync(TestMetricFilterRequest, AsyncHandler<TestMetricFilterRequest, TestMetricFilterResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
testMetricFilterAsync(TestMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Tests the filter pattern of a metric filter against a sample of log event messages.
testMetricFilterAsync(TestMetricFilterRequest, AsyncHandler<TestMetricFilterRequest, TestMetricFilterResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Tests the filter pattern of a metric filter against a sample of log event messages.
testMetricFilterAsync(TestMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
testMetricFilterAsync(TestMetricFilterRequest, AsyncHandler<TestMetricFilterRequest, TestMetricFilterResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
TestMetricFilterRequest - Class in com.amazonaws.services.logs.model
 
TestMetricFilterRequest() - Constructor for class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
TestMetricFilterResult - Class in com.amazonaws.services.logs.model
 
TestMetricFilterResult() - Constructor for class com.amazonaws.services.logs.model.TestMetricFilterResult
 
toString() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CancelExportTaskRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CancelExportTaskResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CreateExportTaskResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CreateLogGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.CreateLogStreamResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteDestinationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteDestinationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.Destination
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.logs.model.Distribution
 
toString() - Method in class com.amazonaws.services.logs.model.ExportTask
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.logs.model.ExportTaskStatusCode
 
toString() - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.InputLogEvent
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.LogGroup
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.LogStream
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.MetricFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.MetricTransformation
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.logs.model.OrderBy
 
toString() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutDestinationResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutMetricFilterResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutResourcePolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.ResourcePolicy
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.SearchedLogStream
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.TagLogGroupResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.logs.model.UntagLogGroupResult
Returns a string representation of this object; useful for testing and debugging.

U

untagLogGroup(UntagLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogs
 
untagLogGroup(UntagLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Removes the specified tags from the specified log group.
untagLogGroup(UntagLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Removes the specified tags from the specified log group.
untagLogGroupAsync(UntagLogGroupRequest) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
untagLogGroupAsync(UntagLogGroupRequest, AsyncHandler<UntagLogGroupRequest, UntagLogGroupResult>) - Method in class com.amazonaws.services.logs.AbstractAWSLogsAsync
 
untagLogGroupAsync(UntagLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Removes the specified tags from the specified log group.
untagLogGroupAsync(UntagLogGroupRequest, AsyncHandler<UntagLogGroupRequest, UntagLogGroupResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Removes the specified tags from the specified log group.
untagLogGroupAsync(UntagLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
untagLogGroupAsync(UntagLogGroupRequest, AsyncHandler<UntagLogGroupRequest, UntagLogGroupResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
 
UntagLogGroupRequest - Class in com.amazonaws.services.logs.model
 
UntagLogGroupRequest() - Constructor for class com.amazonaws.services.logs.model.UntagLogGroupRequest
 
UntagLogGroupResult - Class in com.amazonaws.services.logs.model
 
UntagLogGroupResult() - Constructor for class com.amazonaws.services.logs.model.UntagLogGroupResult
 

V

valueOf(String) - Static method in enum com.amazonaws.services.logs.model.Distribution
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.logs.model.ExportTaskStatusCode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.logs.model.OrderBy
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.logs.model.Distribution
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.logs.model.ExportTaskStatusCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.logs.model.OrderBy
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccessPolicy(String) - Method in class com.amazonaws.services.logs.model.Destination
An IAM policy document that governs which AWS accounts can create subscription filters against this destination.
withAccessPolicy(String) - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
An IAM policy document that authorizes cross-account users to deliver their log events to the associated destination.
withArn(String) - Method in class com.amazonaws.services.logs.model.Destination
The ARN of this destination.
withArn(String) - Method in class com.amazonaws.services.logs.model.LogGroup
The Amazon Resource Name (ARN) of the log group.
withArn(String) - Method in class com.amazonaws.services.logs.model.LogStream
The Amazon Resource Name (ARN) of the log stream.
withCode(String) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status code of the export task.
withCode(ExportTaskStatusCode) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status code of the export task.
withCompletionTime(Long) - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
The completion time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.Destination
The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.ExportTaskExecutionInfo
The creation time of the export task, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The creation time of the stream, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.MetricFilter
The creation time of the metric filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The creation time of the subscription filter, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withDefaultValue(Double) - Method in class com.amazonaws.services.logs.model.MetricTransformation
(Optional) The value to emit when a filter pattern does not match a log event.
withDescending(Boolean) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is true, results are returned in descending order.
withDestination(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of S3 bucket for the exported log data.
withDestination(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The name of Amazon S3 bucket to which the log data was exported.
withDestination(Destination) - Method in class com.amazonaws.services.logs.model.PutDestinationResult
The destination.
withDestinationArn(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The ARN of the destination to deliver matching log events to.
withDestinationArn(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The Amazon Resource Name (ARN) of the destination.
withDestinationName(String) - Method in class com.amazonaws.services.logs.model.DeleteDestinationRequest
The name of the destination.
withDestinationName(String) - Method in class com.amazonaws.services.logs.model.Destination
The name of the destination.
withDestinationName(String) - Method in class com.amazonaws.services.logs.model.PutDestinationPolicyRequest
A name for an existing destination.
withDestinationName(String) - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
A name for the destination.
withDestinationNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The prefix to match.
withDestinationPrefix(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The prefix used as the start of the key for every object exported.
withDestinationPrefix(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The prefix that was used as the start of Amazon S3 key for every object exported.
withDestinations(Destination...) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
The destinations.
withDestinations(Collection<Destination>) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
The destinations.
withDistribution(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The method used to distribute log data to the destination.
withDistribution(Distribution) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The method used to distribute log data to the destination.
withDistribution(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
withDistribution(Distribution) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
withEndTime(Long) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withEndTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The end of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withEventId(String) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The ID of the event.
withEventMessage(String) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The raw event data.
withEventNumber(Long) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The event number.
withEvents(FilteredLogEvent...) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
The matched events.
withEvents(Collection<FilteredLogEvent>) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
The matched events.
withEvents(OutputLogEvent...) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The events.
withEvents(Collection<OutputLogEvent>) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The events.
withExecutionInfo(ExportTaskExecutionInfo) - Method in class com.amazonaws.services.logs.model.ExportTask
Execution info about the export task.
withExpectedSequenceToken(String) - Method in exception com.amazonaws.services.logs.model.DataAlreadyAcceptedException
 
withExpectedSequenceToken(String) - Method in exception com.amazonaws.services.logs.model.InvalidSequenceTokenException
 
withExpiredLogEventEndIndex(Integer) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The expired log events.
withExportTasks(ExportTask...) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
The export tasks.
withExportTasks(Collection<ExportTask>) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
The export tasks.
withExtractedValues(Map<String, String>) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
The values extracted from the event data by the filter.
withFilterName(String) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
The name of the metric filter.
withFilterName(String) - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
The name of the subscription filter.
withFilterName(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
The name of the metric filter.
withFilterName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A name for the metric filter.
withFilterName(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
A name for the subscription filter.
withFilterName(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The name of the subscription filter.
withFilterNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The prefix to match.
withFilterNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The prefix to match.
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The filter pattern to use.
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
 
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A filter pattern for extracting metric data out of ingested log events.
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
A filter pattern for subscribing to a filtered stream of log events.
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
 
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
withFirstEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The time of the first event, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withFrom(Long) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The start time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withFrom(Long) - Method in class com.amazonaws.services.logs.model.ExportTask
The start time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The time the event was ingested, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withInterleaved(Boolean) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
If the value is true, the operation makes a best effort to provide responses that contain events from multiple log streams within the log group, interleaved in a single response.
withKmsKeyId(String) - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
withKmsKeyId(String) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
withKmsKeyId(String) - Method in class com.amazonaws.services.logs.model.LogGroup
The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.
withLastEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
the time of the most recent log event in the log stream in CloudWatch Logs.
withLastIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The ingestion time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withLastUpdatedTime(Long) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
Time stamp showing when this policy was last updated, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The maximum number of items returned.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The maximum number of items returned.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The maximum number of items returned.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The maximum number of items returned.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The maximum number of items returned.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
The maximum number of resource policies to be displayed with one call of this API.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The maximum number of items returned.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The maximum number of events to return.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The maximum number of log events returned.
withLogEventMessages(String...) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
The log event messages to test.
withLogEventMessages(Collection<String>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
The log event messages to test.
withLogEvents(InputLogEvent...) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The log events.
withLogEvents(Collection<InputLogEvent>) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The log events.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.AssociateKmsKeyRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteSubscriptionFilterRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DisassociateKmsKeyRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The name of the log group from which logs data was exported.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.LogGroup
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
The name of the log group.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
The name of the log group.
withLogGroupNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The prefix to match.
withLogGroups(LogGroup...) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
The log groups.
withLogGroups(Collection<LogGroup>) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
The log groups.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
The name of the log stream.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
The name of the log stream.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The name of the log stream this event belongs to.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The name of the log stream.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.LogStream
The name of the log stream.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The name of the log stream.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.SearchedLogStream
The name of the log stream.
withLogStreamNamePrefix(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
Export only log streams that match the provided prefix.
withLogStreamNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The prefix to match.
withLogStreamNames(String...) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
Optional list of log stream names.
withLogStreamNames(Collection<String>) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
Optional list of log stream names.
withLogStreams(LogStream...) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
The log streams.
withLogStreams(Collection<LogStream>) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
The log streams.
withMatches(MetricFilterMatchRecord...) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
The matched events.
withMatches(Collection<MetricFilterMatchRecord>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
The matched events.
withMessage(String) - Method in class com.amazonaws.services.logs.model.ExportTaskStatus
The status message related to the status code.
withMessage(String) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The data contained in the log event.
withMessage(String) - Method in class com.amazonaws.services.logs.model.InputLogEvent
The raw event message.
withMessage(String) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The data contained in the log event.
withMetricFilterCount(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
The number of metric filters.
withMetricFilters(MetricFilter...) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
The metric filters.
withMetricFilters(Collection<MetricFilter>) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
The metric filters.
withMetricName(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
 
withMetricName(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The name of the CloudWatch metric.
withMetricNamespace(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The namespace of the CloudWatch metric.
withMetricNamespace(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The namespace of the CloudWatch metric.
withMetricTransformations(MetricTransformation...) - Method in class com.amazonaws.services.logs.model.MetricFilter
The metric transformations.
withMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.MetricFilter
The metric transformations.
withMetricTransformations(MetricTransformation...) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A collection of information that defines how metric data gets emitted.
withMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A collection of information that defines how metric data gets emitted.
withMetricValue(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The value to publish to the CloudWatch metric when a filter pattern matches a log event.
withNextBackwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The token for the next set of items in the backward direction.
withNextForwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
The token for the next set of items in the forward direction.
withNextSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
The next sequence token.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsRequest
The token for the next set of items to return.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeDestinationsResult
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The token for the next set of items to return.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksResult
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The token for the next set of items to return.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The token for the next set of items to return.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The token for the next set of items to return.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesRequest
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersRequest
The token for the next set of items to return.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
 
withNextToken(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The token for the next set of events to return.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
The token to use when requesting the next set of items.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The token for the next set of items to return.
withOrderBy(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is LogStreamName, the results are ordered by log stream name.
withOrderBy(OrderBy) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
If the value is LogStreamName, the results are ordered by log stream name.
withPolicyDocument(String) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
Details of the new policy, including the identity of the principal that is enabled to put logs to this account.
withPolicyDocument(String) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
The details of the policy.
withPolicyName(String) - Method in class com.amazonaws.services.logs.model.DeleteResourcePolicyRequest
The name of the policy to be revoked.
withPolicyName(String) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyRequest
Name of the new policy.
withPolicyName(String) - Method in class com.amazonaws.services.logs.model.ResourcePolicy
The name of the resource policy.
withRejectedLogEventsInfo(RejectedLogEventsInfo) - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
The rejected events.
withResourcePolicies(ResourcePolicy...) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
The resource policies that exist in this account.
withResourcePolicies(Collection<ResourcePolicy>) - Method in class com.amazonaws.services.logs.model.DescribeResourcePoliciesResult
The resource policies that exist in this account.
withResourcePolicy(ResourcePolicy) - Method in class com.amazonaws.services.logs.model.PutResourcePolicyResult
The new policy.
withRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
 
withRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
 
withRoleArn(String) - Method in class com.amazonaws.services.logs.model.Destination
A role for impersonation, used when delivering log events to the target.
withRoleArn(String) - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.
withRoleArn(String) - Method in class com.amazonaws.services.logs.model.PutSubscriptionFilterRequest
The ARN of an IAM role that grants CloudWatch Logs permissions to deliver ingested log events to the destination stream.
withRoleArn(String) - Method in class com.amazonaws.services.logs.model.SubscriptionFilter

withSearchedCompletely(Boolean) - Method in class com.amazonaws.services.logs.model.SearchedLogStream
Indicates whether all the events in this log stream were searched.
withSearchedLogStreams(SearchedLogStream...) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
Indicates which log streams have been searched and whether each has been searched completely.
withSearchedLogStreams(Collection<SearchedLogStream>) - Method in class com.amazonaws.services.logs.model.FilterLogEventsResult
Indicates which log streams have been searched and whether each has been searched completely.
withSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
The sequence token obtained from the response of the previous PutLogEvents call.
withStartFromHead(Boolean) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If the value is true, the earliest log events are returned first.
withStartTime(Long) - Method in class com.amazonaws.services.logs.model.FilterLogEventsRequest
The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withStartTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The start of the time range, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withStatus(ExportTaskStatus) - Method in class com.amazonaws.services.logs.model.ExportTask
The status of the export task.
withStatusCode(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The status code of the export task.
withStatusCode(ExportTaskStatusCode) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The status code of the export task.
withStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
The number of bytes stored.
withStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogStream
The number of bytes stored.
withSubscriptionFilters(SubscriptionFilter...) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
The subscription filters.
withSubscriptionFilters(Collection<SubscriptionFilter>) - Method in class com.amazonaws.services.logs.model.DescribeSubscriptionFiltersResult
The subscription filters.
withTags(Map<String, String>) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
The key-value pairs to use for the tags.
withTags(Map<String, String>) - Method in class com.amazonaws.services.logs.model.ListTagsLogGroupResult
The tags for the log group.
withTags(Map<String, String>) - Method in class com.amazonaws.services.logs.model.TagLogGroupRequest
The key-value pairs to use for the tags.
withTags(String...) - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
The tag keys.
withTags(Collection<String>) - Method in class com.amazonaws.services.logs.model.UntagLogGroupRequest
The tag keys.
withTargetArn(String) - Method in class com.amazonaws.services.logs.model.Destination
The Amazon Resource Name (ARN) of the physical target to where the log events are delivered (for example, a Kinesis stream).
withTargetArn(String) - Method in class com.amazonaws.services.logs.model.PutDestinationRequest
The ARN of an Amazon Kinesis stream to which to deliver matching log events.
withTaskId(String) - Method in class com.amazonaws.services.logs.model.CancelExportTaskRequest
The ID of the export task.
withTaskId(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskResult
The ID of the export task.
withTaskId(String) - Method in class com.amazonaws.services.logs.model.DescribeExportTasksRequest
The ID of the export task.
withTaskId(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The ID of the export task.
withTaskName(String) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The name of the export task.
withTaskName(String) - Method in class com.amazonaws.services.logs.model.ExportTask
The name of the export task.
withTimestamp(Long) - Method in class com.amazonaws.services.logs.model.FilteredLogEvent
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withTimestamp(Long) - Method in class com.amazonaws.services.logs.model.InputLogEvent
The time the event occurred, expressed as the number of milliseconds fter Jan 1, 1970 00:00:00 UTC.
withTimestamp(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
The time the event occurred, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withTo(Long) - Method in class com.amazonaws.services.logs.model.CreateExportTaskRequest
The end time of the range for the request, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withTo(Long) - Method in class com.amazonaws.services.logs.model.ExportTask
The end time, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
withTooNewLogEventStartIndex(Integer) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The log events that are too new.
withTooOldLogEventEndIndex(Integer) - Method in class com.amazonaws.services.logs.model.RejectedLogEventsInfo
The log events that are too old.
withUploadSequenceToken(String) - Method in class com.amazonaws.services.logs.model.LogStream
The sequence token.
A B C D E F G H I L M O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.