| Package | Description |
|---|---|
| com.amazonaws.services.servicecatalog.model |
| Modifier and Type | Method and Description |
|---|---|
LastSync |
LastSync.clone() |
LastSync |
SourceConnectionDetail.getLastSync()
Provides details about the product's connection sync and contains the following sub-fields.
|
LastSync |
LastSync.withLastSuccessfulSyncProvisioningArtifactId(String lastSuccessfulSyncProvisioningArtifactId)
The ProvisioningArtifactID of the ProvisioningArtifact created from the latest successful sync.
|
LastSync |
LastSync.withLastSuccessfulSyncTime(Date lastSuccessfulSyncTime)
The time of the latest successful sync from the source repo artifact to the Service Catalog product.
|
LastSync |
LastSync.withLastSyncStatus(LastSyncStatus lastSyncStatus)
The current status of the sync.
|
LastSync |
LastSync.withLastSyncStatus(String lastSyncStatus)
The current status of the sync.
|
LastSync |
LastSync.withLastSyncStatusMessage(String lastSyncStatusMessage)
The sync's status message.
|
LastSync |
LastSync.withLastSyncTime(Date lastSyncTime)
The time of the last attempted sync from the repository to the Service Catalog product.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SourceConnectionDetail.setLastSync(LastSync lastSync)
Provides details about the product's connection sync and contains the following sub-fields.
|
SourceConnectionDetail |
SourceConnectionDetail.withLastSync(LastSync lastSync)
Provides details about the product's connection sync and contains the following sub-fields.
|
Copyright © 2024. All rights reserved.