Uses of Class
software.amazon.awssdk.services.datasync.model.ObjectStorageServerProtocol
-
Packages that use ObjectStorageServerProtocol Package Description software.amazon.awssdk.services.datasync.model -
-
Uses of ObjectStorageServerProtocol in software.amazon.awssdk.services.datasync.model
Methods in software.amazon.awssdk.services.datasync.model that return ObjectStorageServerProtocol Modifier and Type Method Description static ObjectStorageServerProtocolObjectStorageServerProtocol. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ObjectStorageServerProtocolCreateLocationObjectStorageRequest. serverProtocol()Specifies the protocol that your object storage server uses to communicate.ObjectStorageServerProtocolDescribeLocationObjectStorageResponse. serverProtocol()The protocol that your object storage system uses to communicate.ObjectStorageServerProtocolUpdateLocationObjectStorageRequest. serverProtocol()Specifies the protocol that your object storage server uses to communicate.static ObjectStorageServerProtocolObjectStorageServerProtocol. 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.Methods in software.amazon.awssdk.services.datasync.model that return types with arguments of type ObjectStorageServerProtocol Modifier and Type Method Description static Set<ObjectStorageServerProtocol>ObjectStorageServerProtocol. knownValues()Methods in software.amazon.awssdk.services.datasync.model with parameters of type ObjectStorageServerProtocol Modifier and Type Method Description CreateLocationObjectStorageRequest.BuilderCreateLocationObjectStorageRequest.Builder. serverProtocol(ObjectStorageServerProtocol serverProtocol)Specifies the protocol that your object storage server uses to communicate.DescribeLocationObjectStorageResponse.BuilderDescribeLocationObjectStorageResponse.Builder. serverProtocol(ObjectStorageServerProtocol serverProtocol)The protocol that your object storage system uses to communicate.UpdateLocationObjectStorageRequest.BuilderUpdateLocationObjectStorageRequest.Builder. serverProtocol(ObjectStorageServerProtocol serverProtocol)Specifies the protocol that your object storage server uses to communicate.
-