| Package | Description |
|---|---|
| com.amazonaws.services.drs |
AWS Elastic Disaster Recovery Service.
|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateExtendedSourceServerResult> |
AbstractAWSdrsAsync.createExtendedSourceServerAsync(CreateExtendedSourceServerRequest request,
AsyncHandler<CreateExtendedSourceServerRequest,CreateExtendedSourceServerResult> asyncHandler) |
Future<CreateExtendedSourceServerResult> |
AWSdrsAsyncClient.createExtendedSourceServerAsync(CreateExtendedSourceServerRequest request,
AsyncHandler<CreateExtendedSourceServerRequest,CreateExtendedSourceServerResult> asyncHandler) |
Future<CreateExtendedSourceServerResult> |
AWSdrsAsync.createExtendedSourceServerAsync(CreateExtendedSourceServerRequest createExtendedSourceServerRequest,
AsyncHandler<CreateExtendedSourceServerRequest,CreateExtendedSourceServerResult> asyncHandler)
Create an extended source server in the target Account based on the source server in staging account.
|
| Modifier and Type | Method and Description |
|---|---|
CreateExtendedSourceServerRequest |
CreateExtendedSourceServerRequest.addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateExtendedSourceServerRequest |
CreateExtendedSourceServerRequest.clearTagsEntries()
Removes all the entries added into Tags.
|
CreateExtendedSourceServerRequest |
CreateExtendedSourceServerRequest.clone() |
CreateExtendedSourceServerRequest |
CreateExtendedSourceServerRequest.withSourceServerArn(String sourceServerArn)
This defines the ARN of the source server in staging Account based on which you want to create an extended source
server.
|
CreateExtendedSourceServerRequest |
CreateExtendedSourceServerRequest.withTags(Map<String,String> tags)
A list of tags associated with the extended source server.
|
Copyright © 2024. All rights reserved.