| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
Domain |
CreateServerRequest.domain()
The domain of the storage system that is used for file transfers.
|
Domain |
ListedServer.domain()
Specifies the domain of the storage system that is used for file transfers.
|
Domain |
DescribedServer.domain()
Specifies the domain of the storage system that is used for file transfers.
|
static Domain |
Domain.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Domain |
Domain.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Domain[] |
Domain.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Domain> |
Domain.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
CreateServerRequest.Builder |
CreateServerRequest.Builder.domain(Domain domain)
The domain of the storage system that is used for file transfers.
|
ListedServer.Builder |
ListedServer.Builder.domain(Domain domain)
Specifies the domain of the storage system that is used for file transfers.
|
DescribedServer.Builder |
DescribedServer.Builder.domain(Domain domain)
Specifies the domain of the storage system that is used for file transfers.
|
Copyright © 2023. All rights reserved.