| Package | Description |
|---|---|
| com.amazonaws.services.opsworkscm.model | |
| com.amazonaws.services.opsworkscm.model.transform |
| Modifier and Type | Method and Description |
|---|---|
Backup |
Backup.clone() |
Backup |
CreateBackupResult.getBackup()
Backup created by request.
|
Backup |
Backup.withBackupArn(String backupArn)
The ARN of the backup.
|
Backup |
Backup.withBackupId(String backupId)
The generated ID of the backup.
|
Backup |
Backup.withBackupType(BackupType backupType)
The backup type.
|
Backup |
Backup.withBackupType(String backupType)
The backup type.
|
Backup |
Backup.withCreatedAt(Date createdAt)
The time stamp when the backup was created in the database.
|
Backup |
Backup.withDescription(String description)
A user-provided description for a manual backup.
|
Backup |
Backup.withEngine(String engine)
The engine type that is obtained from the server when the backup is created.
|
Backup |
Backup.withEngineModel(String engineModel)
The engine model that is obtained from the server when the backup is created.
|
Backup |
Backup.withEngineVersion(String engineVersion)
The engine version that is obtained from the server when the backup is created.
|
Backup |
Backup.withInstanceProfileArn(String instanceProfileArn)
The EC2 instance profile ARN that is obtained from the server when the backup is created.
|
Backup |
Backup.withInstanceType(String instanceType)
The instance type that is obtained from the server when the backup is created.
|
Backup |
Backup.withKeyPair(String keyPair)
The key pair that is obtained from the server when the backup is created.
|
Backup |
Backup.withPreferredBackupWindow(String preferredBackupWindow)
The preferred backup period that is obtained from the server when the backup is created.
|
Backup |
Backup.withPreferredMaintenanceWindow(String preferredMaintenanceWindow)
The preferred maintenance period that is obtained from the server when the backup is created.
|
Backup |
Backup.withS3DataSize(Integer s3DataSize)
Deprecated.
|
Backup |
Backup.withS3DataUrl(String s3DataUrl)
Deprecated.
|
Backup |
Backup.withS3LogUrl(String s3LogUrl)
The Amazon S3 URL of the backup's log file.
|
Backup |
Backup.withSecurityGroupIds(Collection<String> securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
|
Backup |
Backup.withSecurityGroupIds(String... securityGroupIds)
The security group IDs that are obtained from the server when the backup is created.
|
Backup |
Backup.withServerName(String serverName)
The name of the server from which the backup was made.
|
Backup |
Backup.withServiceRoleArn(String serviceRoleArn)
The service role ARN that is obtained from the server when the backup is created.
|
Backup |
Backup.withStatus(BackupStatus status)
The status of a backup while in progress.
|
Backup |
Backup.withStatus(String status)
The status of a backup while in progress.
|
Backup |
Backup.withStatusDescription(String statusDescription)
An informational message about backup status.
|
Backup |
Backup.withSubnetIds(Collection<String> subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
|
Backup |
Backup.withSubnetIds(String... subnetIds)
The subnet IDs that are obtained from the server when the backup is created.
|
Backup |
Backup.withToolsVersion(String toolsVersion)
The version of AWS OpsWorks for Chef Automate-specific tools that is obtained from the server when the backup is
created.
|
Backup |
Backup.withUserArn(String userArn)
The IAM user ARN of the requester for manual backups.
|
| Modifier and Type | Method and Description |
|---|---|
List<Backup> |
DescribeBackupsResult.getBackups()
Contains the response to a
DescribeBackups request. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackupResult.setBackup(Backup backup)
Backup created by request.
|
CreateBackupResult |
CreateBackupResult.withBackup(Backup backup)
Backup created by request.
|
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Backup... backups)
Contains the response to a
DescribeBackups request. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeBackupsResult.setBackups(Collection<Backup> backups)
Contains the response to a
DescribeBackups request. |
DescribeBackupsResult |
DescribeBackupsResult.withBackups(Collection<Backup> backups)
Contains the response to a
DescribeBackups request. |
| Modifier and Type | Method and Description |
|---|---|
Backup |
BackupJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupMarshaller.marshall(Backup backup,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.