| Package | Description |
|---|---|
| software.amazon.awssdk.services.datasync.model |
| Modifier and Type | Method and Description |
|---|---|
static ObjectStorageServerProtocol |
ObjectStorageServerProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ObjectStorageServerProtocol |
DescribeLocationObjectStorageResponse.serverProtocol()
The protocol that the object storage server uses to communicate.
|
ObjectStorageServerProtocol |
CreateLocationObjectStorageRequest.serverProtocol()
The protocol that the object storage server uses to communicate.
|
static ObjectStorageServerProtocol |
ObjectStorageServerProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectStorageServerProtocol[] |
ObjectStorageServerProtocol.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<ObjectStorageServerProtocol> |
ObjectStorageServerProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLocationObjectStorageResponse.Builder |
DescribeLocationObjectStorageResponse.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
CreateLocationObjectStorageRequest.Builder |
CreateLocationObjectStorageRequest.Builder.serverProtocol(ObjectStorageServerProtocol serverProtocol)
The protocol that the object storage server uses to communicate.
|
Copyright © 2020. All rights reserved.