A C D E F G H I J L M N P R S T V W 

A

addTagsEntry(String, String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A mapping of key value tags associated with the resource.
AmazonConfig - Interface in com.amazonaws.services.config
Interface for accessing AmazonConfig.
AmazonConfigAsync - Interface in com.amazonaws.services.config
Interface for accessing AmazonConfig asynchronously.
AmazonConfigAsyncClient - Class in com.amazonaws.services.config
Asynchronous client for accessing AmazonConfig.
AmazonConfigAsyncClient() - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig.
AmazonConfigAsyncClient(ClientConfiguration) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig.
AmazonConfigAsyncClient(AWSCredentials) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig using the specified AWS account credentials.
AmazonConfigAsyncClient(AWSCredentials, ExecutorService) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig using the specified AWS account credentials and executor service.
AmazonConfigAsyncClient(AWSCredentials, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig using the specified AWS account credentials, executor service, and client configuration options.
AmazonConfigAsyncClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig using the specified AWS account credentials provider.
AmazonConfigAsyncClient(AWSCredentialsProvider, ExecutorService) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig using the specified AWS account credentials provider and executor service.
AmazonConfigAsyncClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig using the specified AWS account credentials provider and client configuration options.
AmazonConfigAsyncClient(AWSCredentialsProvider, ClientConfiguration, ExecutorService) - Constructor for class com.amazonaws.services.config.AmazonConfigAsyncClient
Constructs a new asynchronous client to invoke service methods on AmazonConfig using the specified AWS account credentials provider, executor service, and client configuration options.
AmazonConfigClient - Class in com.amazonaws.services.config
Client for accessing AmazonConfig.
AmazonConfigClient() - Constructor for class com.amazonaws.services.config.AmazonConfigClient
Constructs a new client to invoke service methods on AmazonConfig.
AmazonConfigClient(ClientConfiguration) - Constructor for class com.amazonaws.services.config.AmazonConfigClient
Constructs a new client to invoke service methods on AmazonConfig.
AmazonConfigClient(AWSCredentials) - Constructor for class com.amazonaws.services.config.AmazonConfigClient
Constructs a new client to invoke service methods on AmazonConfig using the specified AWS account credentials.
AmazonConfigClient(AWSCredentials, ClientConfiguration) - Constructor for class com.amazonaws.services.config.AmazonConfigClient
Constructs a new client to invoke service methods on AmazonConfig using the specified AWS account credentials and client configuration options.
AmazonConfigClient(AWSCredentialsProvider) - Constructor for class com.amazonaws.services.config.AmazonConfigClient
Constructs a new client to invoke service methods on AmazonConfig using the specified AWS account credentials provider.
AmazonConfigClient(AWSCredentialsProvider, ClientConfiguration) - Constructor for class com.amazonaws.services.config.AmazonConfigClient
Constructs a new client to invoke service methods on AmazonConfig using the specified AWS account credentials provider and client configuration options.
AmazonConfigClient(AWSCredentialsProvider, ClientConfiguration, RequestMetricCollector) - Constructor for class com.amazonaws.services.config.AmazonConfigClient
Constructs a new client to invoke service methods on AmazonConfig using the specified AWS account credentials provider, client configuration options and request metric collector.

C

ChronologicalOrder - Enum in com.amazonaws.services.config.model
Chronological Order
clearTagsEntries() - Method in class com.amazonaws.services.config.model.ConfigurationItem
Removes all the entries added into Tags.
com.amazonaws.services.config - package com.amazonaws.services.config
Synchronous and asynchronous client classes for accessing AmazonConfig.
com.amazonaws.services.config.model - package com.amazonaws.services.config.model
Classes modeling the various types represented by AmazonConfig.
ConfigExportDeliveryInfo - Class in com.amazonaws.services.config.model
A list that contains the status of the delivery of either the snapshot or the configuration history to the specified Amazon S3 bucket.
ConfigExportDeliveryInfo() - Constructor for class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
 
ConfigStreamDeliveryInfo - Class in com.amazonaws.services.config.model
A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
ConfigStreamDeliveryInfo() - Constructor for class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
 
ConfigurationItem - Class in com.amazonaws.services.config.model
A list that contains detailed configurations of a specified resource.
ConfigurationItem() - Constructor for class com.amazonaws.services.config.model.ConfigurationItem
 
ConfigurationItemStatus - Enum in com.amazonaws.services.config.model
Configuration Item Status
ConfigurationRecorder - Class in com.amazonaws.services.config.model
An object that represents the recording of configuration changes of an AWS resource.
ConfigurationRecorder() - Constructor for class com.amazonaws.services.config.model.ConfigurationRecorder
 
ConfigurationRecorderStatus - Class in com.amazonaws.services.config.model
The current status of the configuration recorder.
ConfigurationRecorderStatus() - Constructor for class com.amazonaws.services.config.model.ConfigurationRecorderStatus
 

D

deleteDeliveryChannel(DeleteDeliveryChannelRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Deletes the specified delivery channel.
deleteDeliveryChannel(DeleteDeliveryChannelRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Deletes the specified delivery channel.
deleteDeliveryChannelAsync(DeleteDeliveryChannelRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Deletes the specified delivery channel.
deleteDeliveryChannelAsync(DeleteDeliveryChannelRequest, AsyncHandler<DeleteDeliveryChannelRequest, Void>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Deletes the specified delivery channel.
deleteDeliveryChannelAsync(DeleteDeliveryChannelRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Deletes the specified delivery channel.
deleteDeliveryChannelAsync(DeleteDeliveryChannelRequest, AsyncHandler<DeleteDeliveryChannelRequest, Void>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Deletes the specified delivery channel.
DeleteDeliveryChannelRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the DeleteDeliveryChannel operation.
DeleteDeliveryChannelRequest() - Constructor for class com.amazonaws.services.config.model.DeleteDeliveryChannelRequest
 
deliverConfigSnapshot(DeliverConfigSnapshotRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
deliverConfigSnapshot(DeliverConfigSnapshotRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
deliverConfigSnapshotAsync(DeliverConfigSnapshotRequest, AsyncHandler<DeliverConfigSnapshotRequest, DeliverConfigSnapshotResult>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Schedules delivery of a configuration snapshot to the Amazon S3 bucket in the specified delivery channel.
DeliverConfigSnapshotRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the DeliverConfigSnapshot operation.
DeliverConfigSnapshotRequest() - Constructor for class com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
 
DeliverConfigSnapshotResult - Class in com.amazonaws.services.config.model
The output for the DeliverConfigSnapshot action in JSON format.
DeliverConfigSnapshotResult() - Constructor for class com.amazonaws.services.config.model.DeliverConfigSnapshotResult
 
DeliveryChannel - Class in com.amazonaws.services.config.model
A logical container used for storing the configuration changes of an AWS resource.
DeliveryChannel() - Constructor for class com.amazonaws.services.config.model.DeliveryChannel
 
DeliveryChannelStatus - Class in com.amazonaws.services.config.model
The status of a specified delivery channel.
DeliveryChannelStatus() - Constructor for class com.amazonaws.services.config.model.DeliveryChannelStatus
 
DeliveryStatus - Enum in com.amazonaws.services.config.model
Delivery Status
describeConfigurationRecorders(DescribeConfigurationRecordersRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Returns the name of one or more specified configuration recorders.
describeConfigurationRecorders() - Method in interface com.amazonaws.services.config.AmazonConfig
Returns the name of one or more specified configuration recorders.
describeConfigurationRecorders(DescribeConfigurationRecordersRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns the name of one or more specified configuration recorders.
describeConfigurationRecorders() - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns the name of one or more specified configuration recorders.
describeConfigurationRecordersAsync(DescribeConfigurationRecordersRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns the name of one or more specified configuration recorders.
describeConfigurationRecordersAsync(DescribeConfigurationRecordersRequest, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns the name of one or more specified configuration recorders.
describeConfigurationRecordersAsync(DescribeConfigurationRecordersRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns the name of one or more specified configuration recorders.
describeConfigurationRecordersAsync(DescribeConfigurationRecordersRequest, AsyncHandler<DescribeConfigurationRecordersRequest, DescribeConfigurationRecordersResult>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns the name of one or more specified configuration recorders.
DescribeConfigurationRecordersRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the DescribeConfigurationRecorders operation.
DescribeConfigurationRecordersRequest() - Constructor for class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
 
DescribeConfigurationRecordersResult - Class in com.amazonaws.services.config.model
The output for the DescribeConfigurationRecorders action.
DescribeConfigurationRecordersResult() - Constructor for class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
 
describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Returns the current status of the specified configuration recorder.
describeConfigurationRecorderStatus() - Method in interface com.amazonaws.services.config.AmazonConfig
Returns the current status of the specified configuration recorder.
describeConfigurationRecorderStatus(DescribeConfigurationRecorderStatusRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns the current status of the specified configuration recorder.
describeConfigurationRecorderStatus() - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns the current status of the specified configuration recorder.
describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns the current status of the specified configuration recorder.
describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns the current status of the specified configuration recorder.
describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns the current status of the specified configuration recorder.
describeConfigurationRecorderStatusAsync(DescribeConfigurationRecorderStatusRequest, AsyncHandler<DescribeConfigurationRecorderStatusRequest, DescribeConfigurationRecorderStatusResult>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns the current status of the specified configuration recorder.
DescribeConfigurationRecorderStatusRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the DescribeConfigurationRecorderStatus operation.
DescribeConfigurationRecorderStatusRequest() - Constructor for class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
 
DescribeConfigurationRecorderStatusResult - Class in com.amazonaws.services.config.model
The output for the DescribeConfigurationRecorderStatus action in JSON format.
DescribeConfigurationRecorderStatusResult() - Constructor for class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
 
describeDeliveryChannels(DescribeDeliveryChannelsRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Returns details about the specified delivery channel.
describeDeliveryChannels() - Method in interface com.amazonaws.services.config.AmazonConfig
Returns details about the specified delivery channel.
describeDeliveryChannels(DescribeDeliveryChannelsRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns details about the specified delivery channel.
describeDeliveryChannels() - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns details about the specified delivery channel.
describeDeliveryChannelsAsync(DescribeDeliveryChannelsRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns details about the specified delivery channel.
describeDeliveryChannelsAsync(DescribeDeliveryChannelsRequest, AsyncHandler<DescribeDeliveryChannelsRequest, DescribeDeliveryChannelsResult>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns details about the specified delivery channel.
describeDeliveryChannelsAsync(DescribeDeliveryChannelsRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns details about the specified delivery channel.
describeDeliveryChannelsAsync(DescribeDeliveryChannelsRequest, AsyncHandler<DescribeDeliveryChannelsRequest, DescribeDeliveryChannelsResult>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns details about the specified delivery channel.
DescribeDeliveryChannelsRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the DescribeDeliveryChannels operation.
DescribeDeliveryChannelsRequest() - Constructor for class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
 
DescribeDeliveryChannelsResult - Class in com.amazonaws.services.config.model
The output for the DescribeDeliveryChannels action.
DescribeDeliveryChannelsResult() - Constructor for class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
 
describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Returns the current status of the specified delivery channel.
describeDeliveryChannelStatus() - Method in interface com.amazonaws.services.config.AmazonConfig
Returns the current status of the specified delivery channel.
describeDeliveryChannelStatus(DescribeDeliveryChannelStatusRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns the current status of the specified delivery channel.
describeDeliveryChannelStatus() - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns the current status of the specified delivery channel.
describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns the current status of the specified delivery channel.
describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns the current status of the specified delivery channel.
describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns the current status of the specified delivery channel.
describeDeliveryChannelStatusAsync(DescribeDeliveryChannelStatusRequest, AsyncHandler<DescribeDeliveryChannelStatusRequest, DescribeDeliveryChannelStatusResult>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns the current status of the specified delivery channel.
DescribeDeliveryChannelStatusRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the DescribeDeliveryChannelStatus operation.
DescribeDeliveryChannelStatusRequest() - Constructor for class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
 
DescribeDeliveryChannelStatusResult - Class in com.amazonaws.services.config.model
The output for the DescribeDeliveryChannelStatus action.
DescribeDeliveryChannelStatusResult() - Constructor for class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
 

E

equals(Object) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
 
equals(Object) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
 
equals(Object) - Method in class com.amazonaws.services.config.model.ConfigurationItem
 
equals(Object) - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
 
equals(Object) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
 
equals(Object) - Method in class com.amazonaws.services.config.model.DeleteDeliveryChannelRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotResult
 
equals(Object) - Method in class com.amazonaws.services.config.model.DeliveryChannel
 
equals(Object) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
 
equals(Object) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
 
equals(Object) - Method in class com.amazonaws.services.config.model.PutConfigurationRecorderRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.PutDeliveryChannelRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.Relationship
 
equals(Object) - Method in class com.amazonaws.services.config.model.StartConfigurationRecorderRequest
 
equals(Object) - Method in class com.amazonaws.services.config.model.StopConfigurationRecorderRequest
 

F

fromValue(String) - Static method in enum com.amazonaws.services.config.model.ChronologicalOrder
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.config.model.ConfigurationItemStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.config.model.DeliveryStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.config.model.RecorderStatus
Use this in place of valueOf.
fromValue(String) - Static method in enum com.amazonaws.services.config.model.ResourceType
Use this in place of valueOf.

G

getAccountId() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The 12 digit AWS account ID associated with the resource.
getArn() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The Amazon Resource Name (ARN) of the resource.
getAvailabilityZone() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The Availability Zone associated with the resource.
getCachedResponseMetadata(AmazonWebServiceRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
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.config.AmazonConfigClient
Returns additional metadata for a previously executed successful, request, typically used for debugging issues where a service isn't acting as expected.
getChronologicalOrder() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The chronological order for configuration items listed.
getConfigHistoryDeliveryInfo() - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
getConfigSnapshotDeliveryInfo() - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
getConfigSnapshotId() - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotResult
The ID of the snapshot that is being created.
getConfigStreamDeliveryInfo() - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
getConfiguration() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The description of the resource configuration.
getConfigurationItemCaptureTime() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The time when the configuration recording was initiated.
getConfigurationItemMD5Hash() - Method in class com.amazonaws.services.config.model.ConfigurationItem
Unique MD5 hash that represents the configuration item's state.
getConfigurationItems() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
A list that contains the configuration history of one or more resources.
getConfigurationItemStatus() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The configuration item status.
getConfigurationRecorder() - Method in class com.amazonaws.services.config.model.PutConfigurationRecorderRequest
The configuration recorder object that records each configuration change made to the resources.
getConfigurationRecorderName() - Method in class com.amazonaws.services.config.model.StartConfigurationRecorderRequest
The name of the recorder object that records each configuration change made to the resources.
getConfigurationRecorderName() - Method in class com.amazonaws.services.config.model.StopConfigurationRecorderRequest
The name of the recorder object that records each configuration change made to the resources.
getConfigurationRecorderNames() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
A list of configuration recorder names.
getConfigurationRecorderNames() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
The name(s) of the configuration recorder.
getConfigurationRecorders() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
A list that contains the descriptions of the specified configuration recorders.
getConfigurationRecordersStatus() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
A list that contains status of the specified recorders.
getConfigurationStateId() - Method in class com.amazonaws.services.config.model.ConfigurationItem
An identifier that indicates the ordering of the configuration items of a resource.
getDeliveryChannel() - Method in class com.amazonaws.services.config.model.PutDeliveryChannelRequest
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
getDeliveryChannelName() - Method in class com.amazonaws.services.config.model.DeleteDeliveryChannelRequest
The name of the delivery channel to delete.
getDeliveryChannelName() - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
The name of the delivery channel through which the snapshot is delivered.
getDeliveryChannelNames() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
A list of delivery channel names.
getDeliveryChannelNames() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
A list of delivery channel names.
getDeliveryChannels() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
A list that contains the descriptions of the specified delivery channel.
getDeliveryChannelsStatus() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
A list that contains the status of a specified delivery channel.
getEarlierTime() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The time stamp that indicates an earlier time.
getExecutorService() - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns the executor service used by this async client to execute requests.
getLastAttemptTime() - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The time of the last attempted delivery.
getLastErrorCode() - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The error code from the last attempted delivery.
getLastErrorCode() - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The error code from the last attempted delivery.
getLastErrorCode() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The error code indicating that the recording failed.
getLastErrorMessage() - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The error message from the last attempted delivery.
getLastErrorMessage() - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The error message from the last attempted delivery.
getLastErrorMessage() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The message indicating that the recording failed due to an error.
getLastStartTime() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time the recorder was last started.
getLastStatus() - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
Status of the last attempted delivery.
getLastStatus() - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
Status of the last attempted delivery.
getLastStatus() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The last (previous) status of the recorder.
getLastStatusChangeTime() - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The time from the last status change.
getLastStatusChangeTime() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time when the status was last changed.
getLastStopTime() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time the recorder was last stopped.
getLastSuccessfulTime() - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The time of the last successful delivery.
getLaterTime() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The time stamp that indicates a later time.
getLimit() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The maximum number of configuration items returned in each page.
getName() - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
The name of the recorder.
getName() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The name of the configuration recorder.
getName() - Method in class com.amazonaws.services.config.model.DeliveryChannel
The name of the delivery channel.
getName() - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
The name of the delivery channel.
getNextToken() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
An optional parameter used for pagination of the results.
getNextToken() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
A token used for pagination of results.
getRecording() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
Specifies whether the recorder is currently recording or not.
getRelatedEvents() - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of CloudTrail event IDs.
getRelationshipName() - Method in class com.amazonaws.services.config.model.Relationship
The name of the related resource.
getRelationships() - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of related AWS resources.
getResourceConfigHistory(GetResourceConfigHistoryRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Returns a list of configuration items for the specified resource.
getResourceConfigHistory(GetResourceConfigHistoryRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Returns a list of configuration items for the specified resource.
getResourceConfigHistoryAsync(GetResourceConfigHistoryRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns a list of configuration items for the specified resource.
getResourceConfigHistoryAsync(GetResourceConfigHistoryRequest, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Returns a list of configuration items for the specified resource.
getResourceConfigHistoryAsync(GetResourceConfigHistoryRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns a list of configuration items for the specified resource.
getResourceConfigHistoryAsync(GetResourceConfigHistoryRequest, AsyncHandler<GetResourceConfigHistoryRequest, GetResourceConfigHistoryResult>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Returns a list of configuration items for the specified resource.
GetResourceConfigHistoryRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the GetResourceConfigHistory operation.
GetResourceConfigHistoryRequest() - Constructor for class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
 
GetResourceConfigHistoryResult - Class in com.amazonaws.services.config.model
The output for the GetResourceConfigHistory action.
GetResourceConfigHistoryResult() - Constructor for class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
 
getResourceCreationTime() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The time stamp when the resource was created.
getResourceId() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The ID of the resource (for example., sg-xxxxxx).
getResourceId() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The ID of the resource (for example., sg-xxxxxx).
getResourceId() - Method in class com.amazonaws.services.config.model.Relationship
The resource ID of the related resource (for example, sg-xxxxxx.
getResourceType() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The type of AWS resource.
getResourceType() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The resource type.
getResourceType() - Method in class com.amazonaws.services.config.model.Relationship
The resource type of the related resource.
getRoleARN() - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
getS3BucketName() - Method in class com.amazonaws.services.config.model.DeliveryChannel
The name of the Amazon S3 bucket used to store configuration history for the delivery channel.
getS3KeyPrefix() - Method in class com.amazonaws.services.config.model.DeliveryChannel
The prefix for the specified Amazon S3 bucket.
getSnsTopicARN() - Method in class com.amazonaws.services.config.model.DeliveryChannel
The Amazon Resource Name (ARN) of the IAM role used for accessing the Amazon S3 bucket and the Amazon SNS topic.
getTags() - Method in class com.amazonaws.services.config.model.ConfigurationItem
A mapping of key value tags associated with the resource.
getVersion() - Method in class com.amazonaws.services.config.model.ConfigurationItem
The version number of the resource configuration.

H

hashCode() - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
 
hashCode() - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
 
hashCode() - Method in class com.amazonaws.services.config.model.ConfigurationItem
 
hashCode() - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
 
hashCode() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
 
hashCode() - Method in class com.amazonaws.services.config.model.DeleteDeliveryChannelRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotResult
 
hashCode() - Method in class com.amazonaws.services.config.model.DeliveryChannel
 
hashCode() - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
 
hashCode() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
 
hashCode() - Method in class com.amazonaws.services.config.model.PutConfigurationRecorderRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.PutDeliveryChannelRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.Relationship
 
hashCode() - Method in class com.amazonaws.services.config.model.StartConfigurationRecorderRequest
 
hashCode() - Method in class com.amazonaws.services.config.model.StopConfigurationRecorderRequest
 

I

InsufficientDeliveryPolicyException - Exception in com.amazonaws.services.config.model
Your Amazon S3 bucket policy does not permit AWS Config to write to it.
InsufficientDeliveryPolicyException(String) - Constructor for exception com.amazonaws.services.config.model.InsufficientDeliveryPolicyException
Constructs a new InsufficientDeliveryPolicyException with the specified error message.
InvalidConfigurationRecorderNameException - Exception in com.amazonaws.services.config.model
You have provided a configuration recorder name that is not valid.
InvalidConfigurationRecorderNameException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidConfigurationRecorderNameException
Constructs a new InvalidConfigurationRecorderNameException with the specified error message.
InvalidDeliveryChannelNameException - Exception in com.amazonaws.services.config.model
The specified delivery channel name is not valid.
InvalidDeliveryChannelNameException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidDeliveryChannelNameException
Constructs a new InvalidDeliveryChannelNameException with the specified error message.
InvalidLimitException - Exception in com.amazonaws.services.config.model
You have reached the limit on the pagination.
InvalidLimitException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidLimitException
Constructs a new InvalidLimitException with the specified error message.
InvalidNextTokenException - Exception in com.amazonaws.services.config.model
The specified nextToken for pagination is not valid.
InvalidNextTokenException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidNextTokenException
Constructs a new InvalidNextTokenException with the specified error message.
InvalidRoleException - Exception in com.amazonaws.services.config.model
You have provided a null or empty role ARN.
InvalidRoleException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidRoleException
Constructs a new InvalidRoleException with the specified error message.
InvalidS3KeyPrefixException - Exception in com.amazonaws.services.config.model
The specified Amazon S3 key prefix is not valid.
InvalidS3KeyPrefixException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidS3KeyPrefixException
Constructs a new InvalidS3KeyPrefixException with the specified error message.
InvalidSNSTopicARNException - Exception in com.amazonaws.services.config.model
The specified Amazon SNS topic does not exist.
InvalidSNSTopicARNException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidSNSTopicARNException
Constructs a new InvalidSNSTopicARNException with the specified error message.
InvalidTimeRangeException - Exception in com.amazonaws.services.config.model
The specified time range is not valid.
InvalidTimeRangeException(String) - Constructor for exception com.amazonaws.services.config.model.InvalidTimeRangeException
Constructs a new InvalidTimeRangeException with the specified error message.
isRecording() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
Specifies whether the recorder is currently recording or not.

J

jsonErrorUnmarshallers - Variable in class com.amazonaws.services.config.AmazonConfigClient
List of exception unmarshallers for all AmazonConfig exceptions.

L

LastDeliveryChannelDeleteFailedException - Exception in com.amazonaws.services.config.model
You cannot delete the delivery channel you specified because the configuration recorder is running.
LastDeliveryChannelDeleteFailedException(String) - Constructor for exception com.amazonaws.services.config.model.LastDeliveryChannelDeleteFailedException
Constructs a new LastDeliveryChannelDeleteFailedException with the specified error message.

M

MaxNumberOfConfigurationRecordersExceededException - Exception in com.amazonaws.services.config.model
You have reached the limit on the number of recorders you can create.
MaxNumberOfConfigurationRecordersExceededException(String) - Constructor for exception com.amazonaws.services.config.model.MaxNumberOfConfigurationRecordersExceededException
Constructs a new MaxNumberOfConfigurationRecordersExceededException with the specified error message.
MaxNumberOfDeliveryChannelsExceededException - Exception in com.amazonaws.services.config.model
You have reached the limit on the number of delivery channels you can create.
MaxNumberOfDeliveryChannelsExceededException(String) - Constructor for exception com.amazonaws.services.config.model.MaxNumberOfDeliveryChannelsExceededException
Constructs a new MaxNumberOfDeliveryChannelsExceededException with the specified error message.

N

NoAvailableConfigurationRecorderException - Exception in com.amazonaws.services.config.model
There are no configuration recorders available to provide the role needed to describe your resources.
NoAvailableConfigurationRecorderException(String) - Constructor for exception com.amazonaws.services.config.model.NoAvailableConfigurationRecorderException
Constructs a new NoAvailableConfigurationRecorderException with the specified error message.
NoAvailableDeliveryChannelException - Exception in com.amazonaws.services.config.model
There is no delivery channel available to record configurations.
NoAvailableDeliveryChannelException(String) - Constructor for exception com.amazonaws.services.config.model.NoAvailableDeliveryChannelException
Constructs a new NoAvailableDeliveryChannelException with the specified error message.
NoRunningConfigurationRecorderException - Exception in com.amazonaws.services.config.model
There is no configuration recorder running.
NoRunningConfigurationRecorderException(String) - Constructor for exception com.amazonaws.services.config.model.NoRunningConfigurationRecorderException
Constructs a new NoRunningConfigurationRecorderException with the specified error message.
NoSuchBucketException - Exception in com.amazonaws.services.config.model
The specified Amazon S3 bucket does not exist.
NoSuchBucketException(String) - Constructor for exception com.amazonaws.services.config.model.NoSuchBucketException
Constructs a new NoSuchBucketException with the specified error message.
NoSuchConfigurationRecorderException - Exception in com.amazonaws.services.config.model
You have specified a configuration recorder that does not exist.
NoSuchConfigurationRecorderException(String) - Constructor for exception com.amazonaws.services.config.model.NoSuchConfigurationRecorderException
Constructs a new NoSuchConfigurationRecorderException with the specified error message.
NoSuchDeliveryChannelException - Exception in com.amazonaws.services.config.model
You have specified a delivery channel that does not exist.
NoSuchDeliveryChannelException(String) - Constructor for exception com.amazonaws.services.config.model.NoSuchDeliveryChannelException
Constructs a new NoSuchDeliveryChannelException with the specified error message.

P

putConfigurationRecorder(PutConfigurationRecorderRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Creates a new configuration recorder to record the resource configurations.
putConfigurationRecorder(PutConfigurationRecorderRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Creates a new configuration recorder to record the resource configurations.
putConfigurationRecorderAsync(PutConfigurationRecorderRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Creates a new configuration recorder to record the resource configurations.
putConfigurationRecorderAsync(PutConfigurationRecorderRequest, AsyncHandler<PutConfigurationRecorderRequest, Void>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Creates a new configuration recorder to record the resource configurations.
putConfigurationRecorderAsync(PutConfigurationRecorderRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Creates a new configuration recorder to record the resource configurations.
putConfigurationRecorderAsync(PutConfigurationRecorderRequest, AsyncHandler<PutConfigurationRecorderRequest, Void>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Creates a new configuration recorder to record the resource configurations.
PutConfigurationRecorderRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the PutConfigurationRecorder operation.
PutConfigurationRecorderRequest() - Constructor for class com.amazonaws.services.config.model.PutConfigurationRecorderRequest
 
putDeliveryChannel(PutDeliveryChannelRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
putDeliveryChannel(PutDeliveryChannelRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
putDeliveryChannelAsync(PutDeliveryChannelRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
putDeliveryChannelAsync(PutDeliveryChannelRequest, AsyncHandler<PutDeliveryChannelRequest, Void>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
putDeliveryChannelAsync(PutDeliveryChannelRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
putDeliveryChannelAsync(PutDeliveryChannelRequest, AsyncHandler<PutDeliveryChannelRequest, Void>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Creates a new delivery channel object to deliver the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
PutDeliveryChannelRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the PutDeliveryChannel operation.
PutDeliveryChannelRequest() - Constructor for class com.amazonaws.services.config.model.PutDeliveryChannelRequest
 

R

RecorderStatus - Enum in com.amazonaws.services.config.model
Recorder Status
Relationship - Class in com.amazonaws.services.config.model
The relationship of the related resource to the main resource.
Relationship() - Constructor for class com.amazonaws.services.config.model.Relationship
 
ResourceNotDiscoveredException - Exception in com.amazonaws.services.config.model
You have specified a resource that is either unknown or has not been discovered.
ResourceNotDiscoveredException(String) - Constructor for exception com.amazonaws.services.config.model.ResourceNotDiscoveredException
Constructs a new ResourceNotDiscoveredException with the specified error message.
ResourceType - Enum in com.amazonaws.services.config.model
Resource Type

S

setAccountId(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The 12 digit AWS account ID associated with the resource.
setArn(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The Amazon Resource Name (ARN) of the resource.
setAvailabilityZone(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The Availability Zone associated with the resource.
setChronologicalOrder(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The chronological order for configuration items listed.
setChronologicalOrder(ChronologicalOrder) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The chronological order for configuration items listed.
setConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
setConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
setConfigSnapshotId(String) - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotResult
The ID of the snapshot that is being created.
setConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
setConfiguration(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The description of the resource configuration.
setConfigurationItemCaptureTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The time when the configuration recording was initiated.
setConfigurationItemMD5Hash(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
Unique MD5 hash that represents the configuration item's state.
setConfigurationItems(Collection<ConfigurationItem>) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
A list that contains the configuration history of one or more resources.
setConfigurationItemStatus(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The configuration item status.
setConfigurationItemStatus(ConfigurationItemStatus) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The configuration item status.
setConfigurationRecorder(ConfigurationRecorder) - Method in class com.amazonaws.services.config.model.PutConfigurationRecorderRequest
The configuration recorder object that records each configuration change made to the resources.
setConfigurationRecorderName(String) - Method in class com.amazonaws.services.config.model.StartConfigurationRecorderRequest
The name of the recorder object that records each configuration change made to the resources.
setConfigurationRecorderName(String) - Method in class com.amazonaws.services.config.model.StopConfigurationRecorderRequest
The name of the recorder object that records each configuration change made to the resources.
setConfigurationRecorderNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
A list of configuration recorder names.
setConfigurationRecorderNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
The name(s) of the configuration recorder.
setConfigurationRecorders(Collection<ConfigurationRecorder>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
A list that contains the descriptions of the specified configuration recorders.
setConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
A list that contains status of the specified recorders.
setConfigurationStateId(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
An identifier that indicates the ordering of the configuration items of a resource.
setDeliveryChannel(DeliveryChannel) - Method in class com.amazonaws.services.config.model.PutDeliveryChannelRequest
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
setDeliveryChannelName(String) - Method in class com.amazonaws.services.config.model.DeleteDeliveryChannelRequest
The name of the delivery channel to delete.
setDeliveryChannelName(String) - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
The name of the delivery channel through which the snapshot is delivered.
setDeliveryChannelNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
A list of delivery channel names.
setDeliveryChannelNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
A list of delivery channel names.
setDeliveryChannels(Collection<DeliveryChannel>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
A list that contains the descriptions of the specified delivery channel.
setDeliveryChannelsStatus(Collection<DeliveryChannelStatus>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
A list that contains the status of a specified delivery channel.
setEarlierTime(Date) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The time stamp that indicates an earlier time.
setEndpoint(String) - Method in interface com.amazonaws.services.config.AmazonConfig
Overrides the default endpoint for this client ("https://config.us-east-1.amazonaws.com/").
setEndpoint(String) - Method in class com.amazonaws.services.config.AmazonConfigClient
 
setEndpoint(String, String, String) - Method in class com.amazonaws.services.config.AmazonConfigClient
 
setLastAttemptTime(Date) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The time of the last attempted delivery.
setLastErrorCode(String) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The error code from the last attempted delivery.
setLastErrorCode(String) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The error code from the last attempted delivery.
setLastErrorCode(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The error code indicating that the recording failed.
setLastErrorMessage(String) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The error message from the last attempted delivery.
setLastErrorMessage(String) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The error message from the last attempted delivery.
setLastErrorMessage(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The message indicating that the recording failed due to an error.
setLastStartTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time the recorder was last started.
setLastStatus(String) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
Status of the last attempted delivery.
setLastStatus(DeliveryStatus) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
Status of the last attempted delivery.
setLastStatus(String) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
Status of the last attempted delivery.
setLastStatus(DeliveryStatus) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
Status of the last attempted delivery.
setLastStatus(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The last (previous) status of the recorder.
setLastStatus(RecorderStatus) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The last (previous) status of the recorder.
setLastStatusChangeTime(Date) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The time from the last status change.
setLastStatusChangeTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time when the status was last changed.
setLastStopTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time the recorder was last stopped.
setLastSuccessfulTime(Date) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The time of the last successful delivery.
setLaterTime(Date) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The time stamp that indicates a later time.
setLimit(Integer) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The maximum number of configuration items returned in each page.
setName(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
The name of the recorder.
setName(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The name of the configuration recorder.
setName(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The name of the delivery channel.
setName(String) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
The name of the delivery channel.
setNextToken(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
An optional parameter used for pagination of the results.
setNextToken(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
A token used for pagination of results.
setRecording(Boolean) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
Specifies whether the recorder is currently recording or not.
setRegion(Region) - Method in interface com.amazonaws.services.config.AmazonConfig
An alternative to AmazonConfig.setEndpoint(String), sets the regional endpoint for this client's service calls.
setRelatedEvents(Collection<String>) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of CloudTrail event IDs.
setRelationshipName(String) - Method in class com.amazonaws.services.config.model.Relationship
The name of the related resource.
setRelationships(Collection<Relationship>) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of related AWS resources.
setResourceCreationTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The time stamp when the resource was created.
setResourceId(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The ID of the resource (for example., sg-xxxxxx).
setResourceId(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The ID of the resource (for example., sg-xxxxxx).
setResourceId(String) - Method in class com.amazonaws.services.config.model.Relationship
The resource ID of the related resource (for example, sg-xxxxxx.
setResourceType(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The type of AWS resource.
setResourceType(ResourceType) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The type of AWS resource.
setResourceType(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The resource type.
setResourceType(ResourceType) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The resource type.
setResourceType(String) - Method in class com.amazonaws.services.config.model.Relationship
The resource type of the related resource.
setResourceType(ResourceType) - Method in class com.amazonaws.services.config.model.Relationship
The resource type of the related resource.
setRoleARN(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
setS3BucketName(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The name of the Amazon S3 bucket used to store configuration history for the delivery channel.
setS3KeyPrefix(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The prefix for the specified Amazon S3 bucket.
setSnsTopicARN(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The Amazon Resource Name (ARN) of the IAM role used for accessing the Amazon S3 bucket and the Amazon SNS topic.
setTags(Map<String, String>) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A mapping of key value tags associated with the resource.
setVersion(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The version number of the resource configuration.
shutdown() - Method in interface com.amazonaws.services.config.AmazonConfig
Shuts down this client object, releasing any resources that might be held open.
shutdown() - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Shuts down the client, releasing all managed resources.
startConfigurationRecorder(StartConfigurationRecorderRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Starts recording configurations of all the resources associated with the account.
startConfigurationRecorder(StartConfigurationRecorderRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Starts recording configurations of all the resources associated with the account.
startConfigurationRecorderAsync(StartConfigurationRecorderRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Starts recording configurations of all the resources associated with the account.
startConfigurationRecorderAsync(StartConfigurationRecorderRequest, AsyncHandler<StartConfigurationRecorderRequest, Void>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Starts recording configurations of all the resources associated with the account.
startConfigurationRecorderAsync(StartConfigurationRecorderRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Starts recording configurations of all the resources associated with the account.
startConfigurationRecorderAsync(StartConfigurationRecorderRequest, AsyncHandler<StartConfigurationRecorderRequest, Void>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Starts recording configurations of all the resources associated with the account.
StartConfigurationRecorderRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the StartConfigurationRecorder operation.
StartConfigurationRecorderRequest() - Constructor for class com.amazonaws.services.config.model.StartConfigurationRecorderRequest
 
stopConfigurationRecorder(StopConfigurationRecorderRequest) - Method in interface com.amazonaws.services.config.AmazonConfig
Stops recording configurations of all the resources associated with the account.
stopConfigurationRecorder(StopConfigurationRecorderRequest) - Method in class com.amazonaws.services.config.AmazonConfigClient
Stops recording configurations of all the resources associated with the account.
stopConfigurationRecorderAsync(StopConfigurationRecorderRequest) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Stops recording configurations of all the resources associated with the account.
stopConfigurationRecorderAsync(StopConfigurationRecorderRequest, AsyncHandler<StopConfigurationRecorderRequest, Void>) - Method in interface com.amazonaws.services.config.AmazonConfigAsync
Stops recording configurations of all the resources associated with the account.
stopConfigurationRecorderAsync(StopConfigurationRecorderRequest) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Stops recording configurations of all the resources associated with the account.
stopConfigurationRecorderAsync(StopConfigurationRecorderRequest, AsyncHandler<StopConfigurationRecorderRequest, Void>) - Method in class com.amazonaws.services.config.AmazonConfigAsyncClient
Stops recording configurations of all the resources associated with the account.
StopConfigurationRecorderRequest - Class in com.amazonaws.services.config.model
Container for the parameters to the StopConfigurationRecorder operation.
StopConfigurationRecorderRequest() - Constructor for class com.amazonaws.services.config.model.StopConfigurationRecorderRequest
 

T

toString() - Method in enum com.amazonaws.services.config.model.ChronologicalOrder
 
toString() - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.ConfigurationItem
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.config.model.ConfigurationItemStatus
 
toString() - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DeleteDeliveryChannelRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DeliveryChannel
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.config.model.DeliveryStatus
 
toString() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.PutConfigurationRecorderRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.PutDeliveryChannelRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.config.model.RecorderStatus
 
toString() - Method in class com.amazonaws.services.config.model.Relationship
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in enum com.amazonaws.services.config.model.ResourceType
 
toString() - Method in class com.amazonaws.services.config.model.StartConfigurationRecorderRequest
Returns a string representation of this object; useful for testing and debugging.
toString() - Method in class com.amazonaws.services.config.model.StopConfigurationRecorderRequest
Returns a string representation of this object; useful for testing and debugging.

V

ValidationException - Exception in com.amazonaws.services.config.model
The requested action is not valid.
ValidationException(String) - Constructor for exception com.amazonaws.services.config.model.ValidationException
Constructs a new ValidationException with the specified error message.
valueOf(String) - Static method in enum com.amazonaws.services.config.model.ChronologicalOrder
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.config.model.ConfigurationItemStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.config.model.DeliveryStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.config.model.RecorderStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.amazonaws.services.config.model.ResourceType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.amazonaws.services.config.model.ChronologicalOrder
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.config.model.ConfigurationItemStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.config.model.DeliveryStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.config.model.RecorderStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.amazonaws.services.config.model.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAccountId(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The 12 digit AWS account ID associated with the resource.
withArn(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The Amazon Resource Name (ARN) of the resource.
withAvailabilityZone(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The Availability Zone associated with the resource.
withChronologicalOrder(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The chronological order for configuration items listed.
withChronologicalOrder(ChronologicalOrder) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The chronological order for configuration items listed.
withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
withConfigSnapshotId(String) - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotResult
The ID of the snapshot that is being created.
withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
withConfiguration(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The description of the resource configuration.
withConfigurationItemCaptureTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The time when the configuration recording was initiated.
withConfigurationItemMD5Hash(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
Unique MD5 hash that represents the configuration item's state.
withConfigurationItems(ConfigurationItem...) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
A list that contains the configuration history of one or more resources.
withConfigurationItems(Collection<ConfigurationItem>) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
A list that contains the configuration history of one or more resources.
withConfigurationItemStatus(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The configuration item status.
withConfigurationItemStatus(ConfigurationItemStatus) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The configuration item status.
withConfigurationRecorder(ConfigurationRecorder) - Method in class com.amazonaws.services.config.model.PutConfigurationRecorderRequest
The configuration recorder object that records each configuration change made to the resources.
withConfigurationRecorderName(String) - Method in class com.amazonaws.services.config.model.StartConfigurationRecorderRequest
The name of the recorder object that records each configuration change made to the resources.
withConfigurationRecorderName(String) - Method in class com.amazonaws.services.config.model.StopConfigurationRecorderRequest
The name of the recorder object that records each configuration change made to the resources.
withConfigurationRecorderNames(String...) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
A list of configuration recorder names.
withConfigurationRecorderNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersRequest
A list of configuration recorder names.
withConfigurationRecorderNames(String...) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
The name(s) of the configuration recorder.
withConfigurationRecorderNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusRequest
The name(s) of the configuration recorder.
withConfigurationRecorders(ConfigurationRecorder...) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
A list that contains the descriptions of the specified configuration recorders.
withConfigurationRecorders(Collection<ConfigurationRecorder>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecordersResult
A list that contains the descriptions of the specified configuration recorders.
withConfigurationRecordersStatus(ConfigurationRecorderStatus...) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
A list that contains status of the specified recorders.
withConfigurationRecordersStatus(Collection<ConfigurationRecorderStatus>) - Method in class com.amazonaws.services.config.model.DescribeConfigurationRecorderStatusResult
A list that contains status of the specified recorders.
withConfigurationStateId(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
An identifier that indicates the ordering of the configuration items of a resource.
withDeliveryChannel(DeliveryChannel) - Method in class com.amazonaws.services.config.model.PutDeliveryChannelRequest
The configuration delivery channel object that delivers the configuration information to an Amazon S3 bucket, and to an Amazon SNS topic.
withDeliveryChannelName(String) - Method in class com.amazonaws.services.config.model.DeleteDeliveryChannelRequest
The name of the delivery channel to delete.
withDeliveryChannelName(String) - Method in class com.amazonaws.services.config.model.DeliverConfigSnapshotRequest
The name of the delivery channel through which the snapshot is delivered.
withDeliveryChannelNames(String...) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
A list of delivery channel names.
withDeliveryChannelNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsRequest
A list of delivery channel names.
withDeliveryChannelNames(String...) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
A list of delivery channel names.
withDeliveryChannelNames(Collection<String>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusRequest
A list of delivery channel names.
withDeliveryChannels(DeliveryChannel...) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
A list that contains the descriptions of the specified delivery channel.
withDeliveryChannels(Collection<DeliveryChannel>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelsResult
A list that contains the descriptions of the specified delivery channel.
withDeliveryChannelsStatus(DeliveryChannelStatus...) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
A list that contains the status of a specified delivery channel.
withDeliveryChannelsStatus(Collection<DeliveryChannelStatus>) - Method in class com.amazonaws.services.config.model.DescribeDeliveryChannelStatusResult
A list that contains the status of a specified delivery channel.
withEarlierTime(Date) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The time stamp that indicates an earlier time.
withLastAttemptTime(Date) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The time of the last attempted delivery.
withLastErrorCode(String) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The error code from the last attempted delivery.
withLastErrorCode(String) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The error code from the last attempted delivery.
withLastErrorCode(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The error code indicating that the recording failed.
withLastErrorMessage(String) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The error message from the last attempted delivery.
withLastErrorMessage(String) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The error message from the last attempted delivery.
withLastErrorMessage(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The message indicating that the recording failed due to an error.
withLastStartTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time the recorder was last started.
withLastStatus(String) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
Status of the last attempted delivery.
withLastStatus(DeliveryStatus) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
Status of the last attempted delivery.
withLastStatus(String) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
Status of the last attempted delivery.
withLastStatus(DeliveryStatus) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
Status of the last attempted delivery.
withLastStatus(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The last (previous) status of the recorder.
withLastStatus(RecorderStatus) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The last (previous) status of the recorder.
withLastStatusChangeTime(Date) - Method in class com.amazonaws.services.config.model.ConfigStreamDeliveryInfo
The time from the last status change.
withLastStatusChangeTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time when the status was last changed.
withLastStopTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The time the recorder was last stopped.
withLastSuccessfulTime(Date) - Method in class com.amazonaws.services.config.model.ConfigExportDeliveryInfo
The time of the last successful delivery.
withLaterTime(Date) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The time stamp that indicates a later time.
withLimit(Integer) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The maximum number of configuration items returned in each page.
withName(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
The name of the recorder.
withName(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
The name of the configuration recorder.
withName(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The name of the delivery channel.
withName(String) - Method in class com.amazonaws.services.config.model.DeliveryChannelStatus
The name of the delivery channel.
withNextToken(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
An optional parameter used for pagination of the results.
withNextToken(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryResult
A token used for pagination of results.
withRecording(Boolean) - Method in class com.amazonaws.services.config.model.ConfigurationRecorderStatus
Specifies whether the recorder is currently recording or not.
withRelatedEvents(String...) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of CloudTrail event IDs.
withRelatedEvents(Collection<String>) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of CloudTrail event IDs.
withRelationshipName(String) - Method in class com.amazonaws.services.config.model.Relationship
The name of the related resource.
withRelationships(Relationship...) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of related AWS resources.
withRelationships(Collection<Relationship>) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A list of related AWS resources.
withResourceCreationTime(Date) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The time stamp when the resource was created.
withResourceId(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The ID of the resource (for example., sg-xxxxxx).
withResourceId(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The ID of the resource (for example., sg-xxxxxx).
withResourceId(String) - Method in class com.amazonaws.services.config.model.Relationship
The resource ID of the related resource (for example, sg-xxxxxx.
withResourceType(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The type of AWS resource.
withResourceType(ResourceType) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The type of AWS resource.
withResourceType(String) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The resource type.
withResourceType(ResourceType) - Method in class com.amazonaws.services.config.model.GetResourceConfigHistoryRequest
The resource type.
withResourceType(String) - Method in class com.amazonaws.services.config.model.Relationship
The resource type of the related resource.
withResourceType(ResourceType) - Method in class com.amazonaws.services.config.model.Relationship
The resource type of the related resource.
withRoleARN(String) - Method in class com.amazonaws.services.config.model.ConfigurationRecorder
Amazon Resource Name (ARN) of the IAM role used to describe the AWS resources associated with the account.
withS3BucketName(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The name of the Amazon S3 bucket used to store configuration history for the delivery channel.
withS3KeyPrefix(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The prefix for the specified Amazon S3 bucket.
withSnsTopicARN(String) - Method in class com.amazonaws.services.config.model.DeliveryChannel
The Amazon Resource Name (ARN) of the IAM role used for accessing the Amazon S3 bucket and the Amazon SNS topic.
withTags(Map<String, String>) - Method in class com.amazonaws.services.config.model.ConfigurationItem
A mapping of key value tags associated with the resource.
withVersion(String) - Method in class com.amazonaws.services.config.model.ConfigurationItem
The version number of the resource configuration.
A C D E F G H I J L M N P R S T V W 

Copyright © 2014. All rights reserved.