| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
RecoveryInstance |
RecoveryInstance.addTagsEntry(String key,
String value)
Add a single Tags entry
|
RecoveryInstance |
RecoveryInstance.clearTagsEntries()
Removes all the entries added into Tags.
|
RecoveryInstance |
RecoveryInstance.clone() |
RecoveryInstance |
RecoveryInstance.withArn(String arn)
The ARN of the Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withDataReplicationInfo(RecoveryInstanceDataReplicationInfo dataReplicationInfo)
The Data Replication Info of the Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withEc2InstanceID(String ec2InstanceID)
The EC2 instance ID of the Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withEc2InstanceState(EC2InstanceState ec2InstanceState)
The state of the EC2 instance for this Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withEc2InstanceState(String ec2InstanceState)
The state of the EC2 instance for this Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withFailback(RecoveryInstanceFailback failback)
An object representing failback related information of the Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withIsDrill(Boolean isDrill)
Whether this Recovery Instance was created for a drill or for an actual Recovery event.
|
RecoveryInstance |
RecoveryInstance.withJobID(String jobID)
The ID of the Job that created the Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withOriginAvailabilityZone(String originAvailabilityZone)
AWS availability zone associated with the recovery instance.
|
RecoveryInstance |
RecoveryInstance.withOriginEnvironment(OriginEnvironment originEnvironment)
Environment (On Premises / AWS) of the instance that the recovery instance originated from.
|
RecoveryInstance |
RecoveryInstance.withOriginEnvironment(String originEnvironment)
Environment (On Premises / AWS) of the instance that the recovery instance originated from.
|
RecoveryInstance |
RecoveryInstance.withPointInTimeSnapshotDateTime(String pointInTimeSnapshotDateTime)
The date and time of the Point in Time (PIT) snapshot that this Recovery Instance was launched from.
|
RecoveryInstance |
RecoveryInstance.withRecoveryInstanceID(String recoveryInstanceID)
The ID of the Recovery Instance.
|
RecoveryInstance |
RecoveryInstance.withRecoveryInstanceProperties(RecoveryInstanceProperties recoveryInstanceProperties)
Properties of the Recovery Instance machine.
|
RecoveryInstance |
RecoveryInstance.withSourceServerID(String sourceServerID)
The Source Server ID that this Recovery Instance is associated with.
|
RecoveryInstance |
RecoveryInstance.withTags(Map<String,String> tags)
An array of tags that are associated with the Recovery Instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<RecoveryInstance> |
DescribeRecoveryInstancesResult.getItems()
An array of Recovery Instances.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeRecoveryInstancesResult |
DescribeRecoveryInstancesResult.withItems(RecoveryInstance... items)
An array of Recovery Instances.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeRecoveryInstancesResult.setItems(Collection<RecoveryInstance> items)
An array of Recovery Instances.
|
DescribeRecoveryInstancesResult |
DescribeRecoveryInstancesResult.withItems(Collection<RecoveryInstance> items)
An array of Recovery Instances.
|
Copyright © 2023. All rights reserved.