| Package | Description |
|---|---|
| com.amazonaws.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
LocationListEntry |
LocationListEntry.clone() |
LocationListEntry |
LocationListEntry.withLocationArn(String locationArn)
The Amazon Resource Name (ARN) of the location.
|
LocationListEntry |
LocationListEntry.withLocationUri(String locationUri)
Represents a list of URIs of a location.
|
| Modifier and Type | Method and Description |
|---|---|
List<LocationListEntry> |
ListLocationsResult.getLocations()
An array that contains a list of locations.
|
| Modifier and Type | Method and Description |
|---|---|
ListLocationsResult |
ListLocationsResult.withLocations(LocationListEntry... locations)
An array that contains a list of locations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListLocationsResult.setLocations(Collection<LocationListEntry> locations)
An array that contains a list of locations.
|
ListLocationsResult |
ListLocationsResult.withLocations(Collection<LocationListEntry> locations)
An array that contains a list of locations.
|
Copyright © 2022. All rights reserved.