| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
static SetStatOption |
SetStatOption.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
SetStatOption |
ProtocolDetails.setStatOption()
Use the
SetStatOption to ignore the error that is generated when the client attempts to use
SETSTAT on a file you are uploading to an S3 bucket. |
static SetStatOption |
SetStatOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SetStatOption[] |
SetStatOption.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<SetStatOption> |
SetStatOption.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ProtocolDetails.Builder |
ProtocolDetails.Builder.setStatOption(SetStatOption setStatOption)
Use the
SetStatOption to ignore the error that is generated when the client attempts to use
SETSTAT on a file you are uploading to an S3 bucket. |
Copyright © 2023. All rights reserved.