| Package | Description |
|---|---|
| com.amazonaws.services.drs.model |
| Modifier and Type | Method and Description |
|---|---|
StagingSourceServer |
StagingSourceServer.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StagingSourceServer |
StagingSourceServer.clearTagsEntries()
Removes all the entries added into Tags.
|
StagingSourceServer |
StagingSourceServer.clone() |
StagingSourceServer |
StagingSourceServer.withArn(String arn)
The ARN of the source server.
|
StagingSourceServer |
StagingSourceServer.withHostname(String hostname)
Hostname of staging source server.
|
StagingSourceServer |
StagingSourceServer.withTags(Map<String,String> tags)
A list of tags associated with the staging source server.
|
| Modifier and Type | Method and Description |
|---|---|
List<StagingSourceServer> |
ListExtensibleSourceServersResult.getItems()
A list of source servers on a staging Account that are extensible.
|
| Modifier and Type | Method and Description |
|---|---|
ListExtensibleSourceServersResult |
ListExtensibleSourceServersResult.withItems(StagingSourceServer... items)
A list of source servers on a staging Account that are extensible.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListExtensibleSourceServersResult.setItems(Collection<StagingSourceServer> items)
A list of source servers on a staging Account that are extensible.
|
ListExtensibleSourceServersResult |
ListExtensibleSourceServersResult.withItems(Collection<StagingSourceServer> items)
A list of source servers on a staging Account that are extensible.
|
Copyright © 2024. All rights reserved.