| Package | Description |
|---|---|
| com.amazonaws.services.simplesystemsmanagement.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceDataSyncItem |
ResourceDataSyncItem.clone() |
ResourceDataSyncItem |
ResourceDataSyncItem.withLastStatus(LastResourceDataSyncStatus lastStatus)
The status reported by the last sync.
|
ResourceDataSyncItem |
ResourceDataSyncItem.withLastStatus(String lastStatus)
The status reported by the last sync.
|
ResourceDataSyncItem |
ResourceDataSyncItem.withLastSuccessfulSyncTime(Date lastSuccessfulSyncTime)
The last time the sync operations returned a status of
SUCCESSFUL (UTC). |
ResourceDataSyncItem |
ResourceDataSyncItem.withLastSyncStatusMessage(String lastSyncStatusMessage)
The status message details reported by the last sync.
|
ResourceDataSyncItem |
ResourceDataSyncItem.withLastSyncTime(Date lastSyncTime)
The last time the configuration attempted to sync (UTC).
|
ResourceDataSyncItem |
ResourceDataSyncItem.withS3Destination(ResourceDataSyncS3Destination s3Destination)
Configuration information for the target S3 bucket.
|
ResourceDataSyncItem |
ResourceDataSyncItem.withSyncCreatedTime(Date syncCreatedTime)
The date and time the configuration was created (UTC).
|
ResourceDataSyncItem |
ResourceDataSyncItem.withSyncLastModifiedTime(Date syncLastModifiedTime)
The date and time the resource data sync was changed.
|
ResourceDataSyncItem |
ResourceDataSyncItem.withSyncName(String syncName)
The name of the Resource Data Sync.
|
ResourceDataSyncItem |
ResourceDataSyncItem.withSyncSource(ResourceDataSyncSourceWithState syncSource)
Information about the source where the data was synchronized.
|
ResourceDataSyncItem |
ResourceDataSyncItem.withSyncType(String syncType)
The type of resource data sync.
|
| Modifier and Type | Method and Description |
|---|---|
List<ResourceDataSyncItem> |
ListResourceDataSyncResult.getResourceDataSyncItems()
A list of your current Resource Data Sync configurations and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
ListResourceDataSyncResult |
ListResourceDataSyncResult.withResourceDataSyncItems(ResourceDataSyncItem... resourceDataSyncItems)
A list of your current Resource Data Sync configurations and their statuses.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListResourceDataSyncResult.setResourceDataSyncItems(Collection<ResourceDataSyncItem> resourceDataSyncItems)
A list of your current Resource Data Sync configurations and their statuses.
|
ListResourceDataSyncResult |
ListResourceDataSyncResult.withResourceDataSyncItems(Collection<ResourceDataSyncItem> resourceDataSyncItems)
A list of your current Resource Data Sync configurations and their statuses.
|
Copyright © 2021. All rights reserved.