Uses of Class
software.amazon.awssdk.services.transfer.model.Domain
-
Packages that use Domain Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of Domain in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return Domain Modifier and Type Method Description DomainCreateServerRequest. domain()The domain of the storage system that is used for file transfers.DomainDescribedServer. domain()Specifies the domain of the storage system that is used for file transfers.DomainListedServer. domain()Specifies the domain of the storage system that is used for file transfers.static DomainDomain. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static DomainDomain. 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.Methods in software.amazon.awssdk.services.transfer.model that return types with arguments of type Domain Modifier and Type Method Description static Set<Domain>Domain. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type Domain Modifier and Type Method Description CreateServerRequest.BuilderCreateServerRequest.Builder. domain(Domain domain)The domain of the storage system that is used for file transfers.DescribedServer.BuilderDescribedServer.Builder. domain(Domain domain)Specifies the domain of the storage system that is used for file transfers.ListedServer.BuilderListedServer.Builder. domain(Domain domain)Specifies the domain of the storage system that is used for file transfers.
-