Uses of Class
software.amazon.awssdk.services.transfer.model.SetStatOption
-
Packages that use SetStatOption Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of SetStatOption in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return SetStatOption Modifier and Type Method Description static SetStatOptionSetStatOption. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SetStatOptionProtocolDetails. setStatOption()Use theSetStatOptionto ignore the error that is generated when the client attempts to useSETSTATon a file you are uploading to an S3 bucket.static SetStatOptionSetStatOption. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type SetStatOption Modifier and Type Method Description static Set<SetStatOption>SetStatOption. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type SetStatOption Modifier and Type Method Description ProtocolDetails.BuilderProtocolDetails.Builder. setStatOption(SetStatOption setStatOption)Use theSetStatOptionto ignore the error that is generated when the client attempts to useSETSTATon a file you are uploading to an S3 bucket.
-