A C D E G H I J L M O P R S T W 

A

addExtractedValuesEntry(String, String) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Sets the value of the ExtractedValues property for this object.
AWSLogs - Interface in com.amazonaws.services.logs
Interface for accessing AWSLogs.
AWSLogsAsync - Interface in com.amazonaws.services.logs
Interface for accessing AWSLogs asynchronously.
AWSLogsAsyncClient - Class in com.amazonaws.services.logs
Asynchronous client for accessing AWSLogs.
AWSLogsAsyncClient() - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs.
AWSLogsAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs.
AWSLogsAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs using the specified AWS account credentials.
AWSLogsAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs using the specified AWS account credentials and executor service.
AWSLogsAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs using the specified AWS account credentials, executor service, and client configuration options.
AWSLogsAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs using the specified AWS account credentials provider.
AWSLogsAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs using the specified AWS account credentials provider and executor service.
AWSLogsAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs using the specified AWS account credentials provider and client configuration options.
AWSLogsAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.logs.AWSLogsAsyncClient
Constructs a new asynchronous client to invoke service methods on AWSLogs using the specified AWS account credentials provider, executor service, and client configuration options.
AWSLogsClient - Class in com.amazonaws.services.logs
Client for accessing AWSLogs.
AWSLogsClient() - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Constructs a new client to invoke service methods on AWSLogs.
AWSLogsClient(ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Constructs a new client to invoke service methods on AWSLogs.
AWSLogsClient(AWSCredentials) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Constructs a new client to invoke service methods on AWSLogs using the specified AWS account credentials.
AWSLogsClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Constructs a new client to invoke service methods on AWSLogs using the specified AWS account credentials and client configuration options.
AWSLogsClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Constructs a new client to invoke service methods on AWSLogs using the specified AWS account credentials provider.
AWSLogsClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Constructs a new client to invoke service methods on AWSLogs using the specified AWS account credentials provider and client configuration options.
AWSLogsClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.logs.AWSLogsClient
Constructs a new client to invoke service methods on AWSLogs using the specified AWS account credentials provider, client configuration options and request metric collector.

C

clearExtractedValuesEntries() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Removes all the entries added into ExtractedValues.
com.amazonaws.services.logs - package com.amazonaws.services.logs
Synchronous and asynchronous client classes for accessing AWSLogs.
com.amazonaws.services.logs.model - package com.amazonaws.services.logs.model
Classes modeling the various types represented by AWSLogs.
createLogGroup(CreateLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates a new log group with the specified name.
createLogGroup(CreateLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates a new log group with the specified name.
createLogGroupAsync(CreateLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a new log group with the specified name.
createLogGroupAsync(CreateLogGroupRequest, AsyncHandler<CreateLogGroupRequest, Void>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a new log group with the specified name.
createLogGroupAsync(CreateLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Creates a new log group with the specified name.
createLogGroupAsync(CreateLogGroupRequest, AsyncHandler<CreateLogGroupRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Creates a new log group with the specified name.
CreateLogGroupRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the CreateLogGroup operation.
CreateLogGroupRequest() - Constructor for class com.amazonaws.services.logs.model.CreateLogGroupRequest
Default constructor for a new CreateLogGroupRequest object.
CreateLogGroupRequest(String) - Constructor for class com.amazonaws.services.logs.model.CreateLogGroupRequest
Constructs a new CreateLogGroupRequest object.
createLogStream(CreateLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Creates a new log stream in the specified log group.
createLogStream(CreateLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Creates a new log stream in the specified log group.
createLogStreamAsync(CreateLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a new log stream in the specified log group.
createLogStreamAsync(CreateLogStreamRequest, AsyncHandler<CreateLogStreamRequest, Void>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Creates a new log stream in the specified log group.
createLogStreamAsync(CreateLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Creates a new log stream in the specified log group.
createLogStreamAsync(CreateLogStreamRequest, AsyncHandler<CreateLogStreamRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Creates a new log stream in the specified log group.
CreateLogStreamRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the CreateLogStream operation.
CreateLogStreamRequest() - Constructor for class com.amazonaws.services.logs.model.CreateLogStreamRequest
Default constructor for a new CreateLogStreamRequest object.
CreateLogStreamRequest(String, String) - Constructor for class com.amazonaws.services.logs.model.CreateLogStreamRequest
Constructs a new CreateLogStreamRequest object.

D

DataAlreadyAcceptedException - Exception in com.amazonaws.services.logs.model
AWSLogs exception
DataAlreadyAcceptedException(String) - Constructor for exception com.amazonaws.services.logs.model.DataAlreadyAcceptedException
Constructs a new DataAlreadyAcceptedException with the specified error message.
deleteLogGroup(DeleteLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the log group with the specified name and permanently deletes all the archived log events associated with it.
deleteLogGroup(DeleteLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the log group with the specified name and permanently deletes all the archived log events associated with it.
deleteLogGroupAsync(DeleteLogGroupRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the log group with the specified name and permanently deletes all the archived log events associated with it.
deleteLogGroupAsync(DeleteLogGroupRequest, AsyncHandler<DeleteLogGroupRequest, Void>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the log group with the specified name and permanently deletes all the archived log events associated with it.
deleteLogGroupAsync(DeleteLogGroupRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes the log group with the specified name and permanently deletes all the archived log events associated with it.
deleteLogGroupAsync(DeleteLogGroupRequest, AsyncHandler<DeleteLogGroupRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes the log group with the specified name and permanently deletes all the archived log events associated with it.
DeleteLogGroupRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the DeleteLogGroup operation.
DeleteLogGroupRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Default constructor for a new DeleteLogGroupRequest object.
DeleteLogGroupRequest(String) - Constructor for class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Constructs a new DeleteLogGroupRequest object.
deleteLogStream(DeleteLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes a log stream and permanently deletes all the archived log events associated with it.
deleteLogStream(DeleteLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes a log stream and permanently deletes all the archived log events associated with it.
deleteLogStreamAsync(DeleteLogStreamRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes a log stream and permanently deletes all the archived log events associated with it.
deleteLogStreamAsync(DeleteLogStreamRequest, AsyncHandler<DeleteLogStreamRequest, Void>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes a log stream and permanently deletes all the archived log events associated with it.
deleteLogStreamAsync(DeleteLogStreamRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes a log stream and permanently deletes all the archived log events associated with it.
deleteLogStreamAsync(DeleteLogStreamRequest, AsyncHandler<DeleteLogStreamRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes a log stream and permanently deletes all the archived log events associated with it.
DeleteLogStreamRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the DeleteLogStream operation.
DeleteLogStreamRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Default constructor for a new DeleteLogStreamRequest object.
DeleteLogStreamRequest(String, String) - Constructor for class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Constructs a new DeleteLogStreamRequest object.
deleteMetricFilter(DeleteMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes a metric filter associated with the specified log group.
deleteMetricFilter(DeleteMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes a metric filter associated with the specified log group.
deleteMetricFilterAsync(DeleteMetricFilterRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes a metric filter associated with the specified log group.
deleteMetricFilterAsync(DeleteMetricFilterRequest, AsyncHandler<DeleteMetricFilterRequest, Void>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes a metric filter associated with the specified log group.
deleteMetricFilterAsync(DeleteMetricFilterRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes a metric filter associated with the specified log group.
deleteMetricFilterAsync(DeleteMetricFilterRequest, AsyncHandler<DeleteMetricFilterRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes a metric filter associated with the specified log group.
DeleteMetricFilterRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the DeleteMetricFilter operation.
DeleteMetricFilterRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Default constructor for a new DeleteMetricFilterRequest object.
DeleteMetricFilterRequest(String, String) - Constructor for class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Constructs a new DeleteMetricFilterRequest object.
deleteRetentionPolicy(DeleteRetentionPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Deletes the retention policy of the specified log group.
deleteRetentionPolicy(DeleteRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Deletes the retention policy of the specified log group.
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the retention policy of the specified log group.
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest, AsyncHandler<DeleteRetentionPolicyRequest, Void>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Deletes the retention policy of the specified log group.
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes the retention policy of the specified log group.
deleteRetentionPolicyAsync(DeleteRetentionPolicyRequest, AsyncHandler<DeleteRetentionPolicyRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Deletes the retention policy of the specified log group.
DeleteRetentionPolicyRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the DeleteRetentionPolicy operation.
DeleteRetentionPolicyRequest() - Constructor for class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Default constructor for a new DeleteRetentionPolicyRequest object.
DeleteRetentionPolicyRequest(String) - Constructor for class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Constructs a new DeleteRetentionPolicyRequest object.
describeLogGroups(DescribeLogGroupsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Returns all the log groups that are associated with the AWS account making the request.
describeLogGroups() - Method in interface com.amazonaws.services.logs.AWSLogs
Returns all the log groups that are associated with the AWS account making the request.
describeLogGroups(DescribeLogGroupsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Returns all the log groups that are associated with the AWS account making the request.
describeLogGroups() - Method in class com.amazonaws.services.logs.AWSLogsClient
Returns all the log groups that are associated with the AWS account making the request.
describeLogGroupsAsync(DescribeLogGroupsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Returns all the log groups that are associated with the AWS account making the request.
describeLogGroupsAsync(DescribeLogGroupsRequest, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Returns all the log groups that are associated with the AWS account making the request.
describeLogGroupsAsync(DescribeLogGroupsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns all the log groups that are associated with the AWS account making the request.
describeLogGroupsAsync(DescribeLogGroupsRequest, AsyncHandler<DescribeLogGroupsRequest, DescribeLogGroupsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns all the log groups that are associated with the AWS account making the request.
DescribeLogGroupsRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the DescribeLogGroups operation.
DescribeLogGroupsRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
 
DescribeLogGroupsResult - Class in com.amazonaws.services.logs.model
Describe Log Groups Result
DescribeLogGroupsResult() - Constructor for class com.amazonaws.services.logs.model.DescribeLogGroupsResult
 
describeLogStreams(DescribeLogStreamsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Returns all the log streams that are associated with the specified log group.
describeLogStreams(DescribeLogStreamsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Returns all the log streams that are associated with the specified log group.
describeLogStreamsAsync(DescribeLogStreamsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Returns all the log streams that are associated with the specified log group.
describeLogStreamsAsync(DescribeLogStreamsRequest, AsyncHandler<DescribeLogStreamsRequest, DescribeLogStreamsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Returns all the log streams that are associated with the specified log group.
describeLogStreamsAsync(DescribeLogStreamsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns all the log streams that are associated with the specified log group.
describeLogStreamsAsync(DescribeLogStreamsRequest, AsyncHandler<DescribeLogStreamsRequest, DescribeLogStreamsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns all the log streams that are associated with the specified log group.
DescribeLogStreamsRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the DescribeLogStreams operation.
DescribeLogStreamsRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Default constructor for a new 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
Describe Log Streams Result
DescribeLogStreamsResult() - Constructor for class com.amazonaws.services.logs.model.DescribeLogStreamsResult
 
describeMetricFilters(DescribeMetricFiltersRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Returns all the metrics filters associated with the specified log group.
describeMetricFilters(DescribeMetricFiltersRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Returns all the metrics filters associated with the specified log group.
describeMetricFiltersAsync(DescribeMetricFiltersRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Returns all the metrics filters associated with the specified log group.
describeMetricFiltersAsync(DescribeMetricFiltersRequest, AsyncHandler<DescribeMetricFiltersRequest, DescribeMetricFiltersResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Returns all the metrics filters associated with the specified log group.
describeMetricFiltersAsync(DescribeMetricFiltersRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns all the metrics filters associated with the specified log group.
describeMetricFiltersAsync(DescribeMetricFiltersRequest, AsyncHandler<DescribeMetricFiltersRequest, DescribeMetricFiltersResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns all the metrics filters associated with the specified log group.
DescribeMetricFiltersRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the DescribeMetricFilters operation.
DescribeMetricFiltersRequest() - Constructor for class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
Default constructor for a new 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
Describe Metric Filters Result
DescribeMetricFiltersResult() - Constructor for class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
 

E

equals(Object) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
 
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.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.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.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.PutRetentionPolicyRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
equals(Object) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
 

G

getArn() - Method in class com.amazonaws.services.logs.model.LogGroup
Returns the value of the Arn property for this object.
getArn() - Method in class com.amazonaws.services.logs.model.LogStream
Returns the value of the Arn property for this object.
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.
getCreationTime() - Method in class com.amazonaws.services.logs.model.LogGroup
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getCreationTime() - Method in class com.amazonaws.services.logs.model.MetricFilter
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getEndTime() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getEventMessage() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Returns the value of the EventMessage property for this object.
getEventNumber() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Returns the value of the EventNumber property for this object.
getEvents() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
Returns the value of the Events property for this object.
getExecutorService() - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Returns the executor service used by this async client to execute requests.
getExpectedSequenceToken() - Method in exception com.amazonaws.services.logs.model.DataAlreadyAcceptedException
Returns the value of the ExpectedSequenceToken property for this object.
getExpectedSequenceToken() - Method in exception com.amazonaws.services.logs.model.InvalidSequenceTokenException
Returns the value of the ExpectedSequenceToken property for this object.
getExtractedValues() - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Returns the value of the ExtractedValues property for this object.
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.MetricFilter
The name of the metric filter.
getFilterName() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
The name of the metric filter.
getFilterNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The name of the metric filter.
getFilterPattern() - Method in class com.amazonaws.services.logs.model.MetricFilter
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
getFilterPattern() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
getFilterPattern() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
getFirstEventTimestamp() - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getIngestionTime() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getLastEventTimestamp() - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getLastIngestionTime() - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The maximum number of items returned in the response.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The maximum number of items returned in the response.
getLimit() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The maximum number of items returned in the response.
getLimit() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The maximum number of log events returned in the response.
getLogEventMessages() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
Returns the value of the LogEventMessages property for this object.
getLogEvents(GetLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogs
Retrieves log events from the specified log stream.
getLogEvents(GetLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsClient
Retrieves log events from the specified log stream.
getLogEvents() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
A list of events belonging to a log stream.
getLogEventsAsync(GetLogEventsRequest) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Retrieves log events from the specified log stream.
getLogEventsAsync(GetLogEventsRequest, AsyncHandler<GetLogEventsRequest, GetLogEventsResult>) - Method in interface com.amazonaws.services.logs.AWSLogsAsync
Retrieves log events from the specified log stream.
getLogEventsAsync(GetLogEventsRequest) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Retrieves log events from the specified log stream.
getLogEventsAsync(GetLogEventsRequest, AsyncHandler<GetLogEventsRequest, GetLogEventsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Retrieves log events from the specified log stream.
GetLogEventsRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the GetLogEvents operation.
GetLogEventsRequest() - Constructor for class com.amazonaws.services.logs.model.GetLogEventsRequest
Default constructor for a new 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
Get Log Events Result
GetLogEventsResult() - Constructor for class com.amazonaws.services.logs.model.GetLogEventsResult
 
getLogGroupName() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.LogGroup
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Returns the value of the LogGroupName property for this object.
getLogGroupName() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Returns the value of the LogGroupName property for this object.
getLogGroupNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
Returns the value of the LogGroupNamePrefix property for this object.
getLogGroups() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
A list of log groups.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
Returns the value of the LogStreamName property for this object.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Returns the value of the LogStreamName property for this object.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
Returns the value of the LogStreamName property for this object.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.LogStream
Returns the value of the LogStreamName property for this object.
getLogStreamName() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
Returns the value of the LogStreamName property for this object.
getLogStreamNamePrefix() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Returns the value of the LogStreamNamePrefix property for this object.
getLogStreams() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
A list of log streams.
getMatches() - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
Returns the value of the Matches property for this object.
getMessage() - Method in class com.amazonaws.services.logs.model.InputLogEvent
Returns the value of the Message property for this object.
getMessage() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
Returns the value of the Message property for this object.
getMetricFilterCount() - Method in class com.amazonaws.services.logs.model.LogGroup
The number of metric filters associated with the log group.
getMetricFilters() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
Returns the value of the MetricFilters property for this object.
getMetricName() - Method in class com.amazonaws.services.logs.model.MetricTransformation
The name of the CloudWatch metric to which the monitored log information should be published.
getMetricNamespace() - Method in class com.amazonaws.services.logs.model.MetricTransformation
The destination namespace of the new CloudWatch metric.
getMetricTransformations() - Method in class com.amazonaws.services.logs.model.MetricFilter
Returns the value of the MetricTransformations property for this object.
getMetricTransformations() - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Returns the value of the MetricTransformations property for this object.
getMetricValue() - Method in class com.amazonaws.services.logs.model.MetricTransformation
What to publish to the metric.
getNextBackwardToken() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
A string token used for pagination that points to the next page of results.
getNextForwardToken() - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
A string token used for pagination that points to the next page of results.
getNextSequenceToken() - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
A string token used for making PutLogEvents requests.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
A string token used for pagination that points to the next page of results.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
A string token used for pagination that points to the next page of results.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
A string token used for pagination that points to the next page of results.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
A string token used for pagination that points to the next page of results.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
A string token used for pagination that points to the next page of results.
getNextToken() - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
A string token used for pagination that points to the next page of results.
getNextToken() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A string token used for pagination that points to the next page of results.
getRetentionInDays() - Method in class com.amazonaws.services.logs.model.LogGroup
Specifies the number of days you want to retain log events in the specified log group.
getRetentionInDays() - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Specifies the number of days you want to retain log events in the specified log group.
getSequenceToken() - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
A string token that must be obtained from the response of the previous PutLogEvents request.
getStartFromHead() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If set to true, the earliest log events would be returned first.
getStartTime() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getStoredBytes() - Method in class com.amazonaws.services.logs.model.LogGroup
Returns the value of the StoredBytes property for this object.
getStoredBytes() - Method in class com.amazonaws.services.logs.model.LogStream
Returns the value of the StoredBytes property for this object.
getTimestamp() - Method in class com.amazonaws.services.logs.model.InputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getTimestamp() - Method in class com.amazonaws.services.logs.model.OutputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
getUploadSequenceToken() - Method in class com.amazonaws.services.logs.model.LogStream
A string token used for making PutLogEvents requests.

H

hashCode() - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
 
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.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.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.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.PutRetentionPolicyRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
hashCode() - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
 

I

InputLogEvent - Class in com.amazonaws.services.logs.model
A log event is a record of some activity that was recorded by the application or resource being monitored.
InputLogEvent() - Constructor for class com.amazonaws.services.logs.model.InputLogEvent
 
InvalidParameterException - Exception in com.amazonaws.services.logs.model
Returned if a parameter of the request is incorrectly specified.
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
AWSLogs exception
InvalidSequenceTokenException(String) - Constructor for exception com.amazonaws.services.logs.model.InvalidSequenceTokenException
Constructs a new InvalidSequenceTokenException with the specified error message.
isStartFromHead() - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If set to true, the earliest log events would be returned first.

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.logs.AWSLogsClient
List of exception unmarshallers for all AWSLogs exceptions.

L

LimitExceededException - Exception in com.amazonaws.services.logs.model
Returned if 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.
LogGroup - Class in com.amazonaws.services.logs.model
Log Group
LogGroup() - Constructor for class com.amazonaws.services.logs.model.LogGroup
 
LogStream - Class in com.amazonaws.services.logs.model
A log stream is sequence of log events that share the same emitter.
LogStream() - Constructor for class com.amazonaws.services.logs.model.LogStream
 

M

MetricFilter - Class in com.amazonaws.services.logs.model
Metric filters can be used to express how Amazon CloudWatch Logs would extract metric observations from ingested log events and transform them to metric data in a CloudWatch metric.
MetricFilter() - Constructor for class com.amazonaws.services.logs.model.MetricFilter
 
MetricFilterMatchRecord - Class in com.amazonaws.services.logs.model
Metric Filter Match Record
MetricFilterMatchRecord() - Constructor for class com.amazonaws.services.logs.model.MetricFilterMatchRecord
 
MetricTransformation - Class in com.amazonaws.services.logs.model
Metric Transformation
MetricTransformation() - Constructor for class com.amazonaws.services.logs.model.MetricTransformation
 

O

OperationAbortedException - Exception in com.amazonaws.services.logs.model
Returned if 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.
OutputLogEvent - Class in com.amazonaws.services.logs.model
Output Log Event
OutputLogEvent() - Constructor for class com.amazonaws.services.logs.model.OutputLogEvent
 

P

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 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
Uploads a batch of log events to the specified log stream.
putLogEventsAsync(PutLogEventsRequest, AsyncHandler<PutLogEventsRequest, PutLogEventsResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Uploads a batch of log events to the specified log stream.
PutLogEventsRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the PutLogEvents operation.
PutLogEventsRequest() - Constructor for class com.amazonaws.services.logs.model.PutLogEventsRequest
Default constructor for a new 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
Put Log Events Result
PutLogEventsResult() - Constructor for class com.amazonaws.services.logs.model.PutLogEventsResult
 
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 interface com.amazonaws.services.logs.AWSLogsAsync
Creates or updates a metric filter and associates it with the specified log group.
putMetricFilterAsync(PutMetricFilterRequest, AsyncHandler<PutMetricFilterRequest, Void>) - 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
Creates or updates a metric filter and associates it with the specified log group.
putMetricFilterAsync(PutMetricFilterRequest, AsyncHandler<PutMetricFilterRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Creates or updates a metric filter and associates it with the specified log group.
PutMetricFilterRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the PutMetricFilter operation.
PutMetricFilterRequest() - Constructor for class com.amazonaws.services.logs.model.PutMetricFilterRequest
Default constructor for a new PutMetricFilterRequest object.
PutMetricFilterRequest(String, String, String, List<MetricTransformation>) - Constructor for class com.amazonaws.services.logs.model.PutMetricFilterRequest
Constructs a new PutMetricFilterRequest object.
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 interface com.amazonaws.services.logs.AWSLogsAsync
Sets the retention of the specified log group.
putRetentionPolicyAsync(PutRetentionPolicyRequest, AsyncHandler<PutRetentionPolicyRequest, Void>) - 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
Sets the retention of the specified log group.
putRetentionPolicyAsync(PutRetentionPolicyRequest, AsyncHandler<PutRetentionPolicyRequest, Void>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Sets the retention of the specified log group.
PutRetentionPolicyRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the PutRetentionPolicy operation.
PutRetentionPolicyRequest() - Constructor for class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Default constructor for a new PutRetentionPolicyRequest object.
PutRetentionPolicyRequest(String, Integer) - Constructor for class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Constructs a new PutRetentionPolicyRequest object.

R

ResourceAlreadyExistsException - Exception in com.amazonaws.services.logs.model
Returned if 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
Returned if 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.

S

ServiceUnavailableException - Exception in com.amazonaws.services.logs.model
Returned if 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.
setArn(String) - Method in class com.amazonaws.services.logs.model.LogGroup
Sets the value of the Arn property for this object.
setArn(String) - Method in class com.amazonaws.services.logs.model.LogStream
Sets the value of the Arn property for this object.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setCreationTime(Long) - Method in class com.amazonaws.services.logs.model.MetricFilter
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setEndpoint(String) - Method in interface com.amazonaws.services.logs.AWSLogs
Overrides the default endpoint for this client ("https://logs.us-east-1.amazonaws.com").
setEndpoint(String) - Method in class com.amazonaws.services.logs.AWSLogsClient
 
setEndpoint(String, String, String) - Method in class com.amazonaws.services.logs.AWSLogsClient
 
setEndTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setEventMessage(String) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Sets the value of the EventMessage property for this object.
setEventNumber(Long) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Sets the value of the EventNumber property for this object.
setEvents(Collection<OutputLogEvent>) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
Sets the value of the Events property for this object.
setExpectedSequenceToken(String) - Method in exception com.amazonaws.services.logs.model.DataAlreadyAcceptedException
Sets the value of the ExpectedSequenceToken property for this object.
setExpectedSequenceToken(String) - Method in exception com.amazonaws.services.logs.model.InvalidSequenceTokenException
Sets the value of the ExpectedSequenceToken property for this object.
setExtractedValues(Map<String, String>) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Sets the value of the ExtractedValues property for this object.
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.MetricFilter
The name of the metric filter.
setFilterName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
The name of the metric filter.
setFilterNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The name of the metric filter.
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
setFilterPattern(String) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
setFirstEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setLastEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setLastIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The maximum number of items returned in the response.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The maximum number of items returned in the response.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The maximum number of items returned in the response.
setLimit(Integer) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The maximum number of log events returned in the response.
setLogEventMessages(Collection<String>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
Sets the value of the LogEventMessages property for this object.
setLogEvents(Collection<InputLogEvent>) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
A list of events belonging to a log stream.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.LogGroup
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Sets the value of the LogGroupName property for this object.
setLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Sets the value of the LogGroupName property for this object.
setLogGroupNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
Sets the value of the LogGroupNamePrefix property for this object.
setLogGroups(Collection<LogGroup>) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
A list of log groups.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
Sets the value of the LogStreamName property for this object.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Sets the value of the LogStreamName property for this object.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
Sets the value of the LogStreamName property for this object.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.LogStream
Sets the value of the LogStreamName property for this object.
setLogStreamName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
Sets the value of the LogStreamName property for this object.
setLogStreamNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Sets the value of the LogStreamNamePrefix property for this object.
setLogStreams(Collection<LogStream>) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
A list of log streams.
setMatches(Collection<MetricFilterMatchRecord>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
Sets the value of the Matches property for this object.
setMessage(String) - Method in class com.amazonaws.services.logs.model.InputLogEvent
Sets the value of the Message property for this object.
setMessage(String) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
Sets the value of the Message property for this object.
setMetricFilterCount(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
The number of metric filters associated with the log group.
setMetricFilters(Collection<MetricFilter>) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
Sets the value of the MetricFilters property for this object.
setMetricName(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The name of the CloudWatch metric to which the monitored log information should be published.
setMetricNamespace(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The destination namespace of the new CloudWatch metric.
setMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.MetricFilter
Sets the value of the MetricTransformations property for this object.
setMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Sets the value of the MetricTransformations property for this object.
setMetricValue(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
What to publish to the metric.
setNextBackwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
A string token used for pagination that points to the next page of results.
setNextForwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
A string token used for pagination that points to the next page of results.
setNextSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
A string token used for making PutLogEvents requests.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
A string token used for pagination that points to the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
A string token used for pagination that points to the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
A string token used for pagination that points to the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
A string token used for pagination that points to the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
A string token used for pagination that points to the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
A string token used for pagination that points to the next page of results.
setNextToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A string token used for pagination that points to the next page of results.
setRegion(Region) - Method in interface com.amazonaws.services.logs.AWSLogs
An alternative to AWSLogs.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
Specifies the number of days you want to retain log events in the specified log group.
setRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Specifies the number of days you want to retain log events in the specified log group.
setSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
A string token that must be obtained from the response of the previous PutLogEvents request.
setStartFromHead(Boolean) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If set to true, the earliest log events would be returned first.
setStartTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
Sets the value of the StoredBytes property for this object.
setStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogStream
Sets the value of the StoredBytes property for this object.
setTimestamp(Long) - Method in class com.amazonaws.services.logs.model.InputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setTimestamp(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
setUploadSequenceToken(String) - Method in class com.amazonaws.services.logs.model.LogStream
A string token used for making PutLogEvents requests.
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.

T

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 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
Tests the filter pattern of a metric filter against a sample of log event messages.
testMetricFilterAsync(TestMetricFilterRequest, AsyncHandler<TestMetricFilterRequest, TestMetricFilterResult>) - Method in class com.amazonaws.services.logs.AWSLogsAsyncClient
Tests the filter pattern of a metric filter against a sample of log event messages.
TestMetricFilterRequest - Class in com.amazonaws.services.logs.model
Container for the parameters to the TestMetricFilter operation.
TestMetricFilterRequest() - Constructor for class com.amazonaws.services.logs.model.TestMetricFilterRequest
 
TestMetricFilterResult - Class in com.amazonaws.services.logs.model
Test Metric Filter Result
TestMetricFilterResult() - Constructor for class com.amazonaws.services.logs.model.TestMetricFilterResult
 
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.CreateLogStreamRequest
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.DeleteLogStreamRequest
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.DeleteRetentionPolicyRequest
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.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.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 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.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.PutRetentionPolicyRequest
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.

W

withArn(String) - Method in class com.amazonaws.services.logs.model.LogGroup
Sets the value of the Arn property for this object.
withArn(String) - Method in class com.amazonaws.services.logs.model.LogStream
Sets the value of the Arn property for this object.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withCreationTime(Long) - Method in class com.amazonaws.services.logs.model.MetricFilter
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withEndTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withEventMessage(String) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Sets the value of the EventMessage property for this object.
withEventNumber(Long) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Sets the value of the EventNumber property for this object.
withEvents(OutputLogEvent...) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
Sets the value of the Events property for this object.
withEvents(Collection<OutputLogEvent>) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
Sets the value of the Events property for this object.
withExtractedValues(Map<String, String>) - Method in class com.amazonaws.services.logs.model.MetricFilterMatchRecord
Sets the value of the ExtractedValues property for this object.
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.MetricFilter
The name of the metric filter.
withFilterName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
The name of the metric filter.
withFilterNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The name of the metric filter.
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.MetricFilter
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
withFilterPattern(String) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
A symbolic description of how Amazon CloudWatch Logs should interpret the data in each log entry.
withFirstEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withLastEventTimestamp(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withLastIngestionTime(Long) - Method in class com.amazonaws.services.logs.model.LogStream
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
The maximum number of items returned in the response.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
The maximum number of items returned in the response.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
The maximum number of items returned in the response.
withLimit(Integer) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
The maximum number of log events returned in the response.
withLogEventMessages(String...) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
Sets the value of the LogEventMessages property for this object.
withLogEventMessages(Collection<String>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterRequest
Sets the value of the LogEventMessages property for this object.
withLogEvents(InputLogEvent...) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
A list of events belonging to a log stream.
withLogEvents(Collection<InputLogEvent>) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
A list of events belonging to a log stream.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogGroupRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogGroupRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteMetricFilterRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DeleteRetentionPolicyRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.LogGroup
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Sets the value of the LogGroupName property for this object.
withLogGroupName(String) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Sets the value of the LogGroupName property for this object.
withLogGroupNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
Sets the value of the LogGroupNamePrefix property for this object.
withLogGroups(LogGroup...) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
A list of log groups.
withLogGroups(Collection<LogGroup>) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
A list of log groups.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.CreateLogStreamRequest
Sets the value of the LogStreamName property for this object.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.DeleteLogStreamRequest
Sets the value of the LogStreamName property for this object.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
Sets the value of the LogStreamName property for this object.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.LogStream
Sets the value of the LogStreamName property for this object.
withLogStreamName(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
Sets the value of the LogStreamName property for this object.
withLogStreamNamePrefix(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
Sets the value of the LogStreamNamePrefix property for this object.
withLogStreams(LogStream...) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
A list of log streams.
withLogStreams(Collection<LogStream>) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
A list of log streams.
withMatches(MetricFilterMatchRecord...) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
Sets the value of the Matches property for this object.
withMatches(Collection<MetricFilterMatchRecord>) - Method in class com.amazonaws.services.logs.model.TestMetricFilterResult
Sets the value of the Matches property for this object.
withMessage(String) - Method in class com.amazonaws.services.logs.model.InputLogEvent
Sets the value of the Message property for this object.
withMessage(String) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
Sets the value of the Message property for this object.
withMetricFilterCount(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
The number of metric filters associated with the log group.
withMetricFilters(MetricFilter...) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
Sets the value of the MetricFilters property for this object.
withMetricFilters(Collection<MetricFilter>) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
Sets the value of the MetricFilters property for this object.
withMetricName(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The name of the CloudWatch metric to which the monitored log information should be published.
withMetricNamespace(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
The destination namespace of the new CloudWatch metric.
withMetricTransformations(MetricTransformation...) - Method in class com.amazonaws.services.logs.model.MetricFilter
Sets the value of the MetricTransformations property for this object.
withMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.MetricFilter
Sets the value of the MetricTransformations property for this object.
withMetricTransformations(MetricTransformation...) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Sets the value of the MetricTransformations property for this object.
withMetricTransformations(Collection<MetricTransformation>) - Method in class com.amazonaws.services.logs.model.PutMetricFilterRequest
Sets the value of the MetricTransformations property for this object.
withMetricValue(String) - Method in class com.amazonaws.services.logs.model.MetricTransformation
What to publish to the metric.
withNextBackwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
A string token used for pagination that points to the next page of results.
withNextForwardToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsResult
A string token used for pagination that points to the next page of results.
withNextSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsResult
A string token used for making PutLogEvents requests.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsRequest
A string token used for pagination that points to the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogGroupsResult
A string token used for pagination that points to the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsRequest
A string token used for pagination that points to the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeLogStreamsResult
A string token used for pagination that points to the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersRequest
A string token used for pagination that points to the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.DescribeMetricFiltersResult
A string token used for pagination that points to the next page of results.
withNextToken(String) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A string token used for pagination that points to the next page of results.
withRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.LogGroup
Specifies the number of days you want to retain log events in the specified log group.
withRetentionInDays(Integer) - Method in class com.amazonaws.services.logs.model.PutRetentionPolicyRequest
Specifies the number of days you want to retain log events in the specified log group.
withSequenceToken(String) - Method in class com.amazonaws.services.logs.model.PutLogEventsRequest
A string token that must be obtained from the response of the previous PutLogEvents request.
withStartFromHead(Boolean) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
If set to true, the earliest log events would be returned first.
withStartTime(Long) - Method in class com.amazonaws.services.logs.model.GetLogEventsRequest
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogGroup
Sets the value of the StoredBytes property for this object.
withStoredBytes(Long) - Method in class com.amazonaws.services.logs.model.LogStream
Sets the value of the StoredBytes property for this object.
withTimestamp(Long) - Method in class com.amazonaws.services.logs.model.InputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withTimestamp(Long) - Method in class com.amazonaws.services.logs.model.OutputLogEvent
A point in time expressed as the number milliseconds since Jan 1, 1970 00:00:00 UTC.
withUploadSequenceToken(String) - Method in class com.amazonaws.services.logs.model.LogStream
A string token used for making PutLogEvents requests.
A C D E G H I J L M O P R S T W 

Copyright © 2014. All rights reserved.