Uses of Class
software.amazon.awssdk.services.transfer.model.EndpointType
-
Packages that use EndpointType Package Description software.amazon.awssdk.services.transfer.model -
-
Uses of EndpointType in software.amazon.awssdk.services.transfer.model
Methods in software.amazon.awssdk.services.transfer.model that return EndpointType Modifier and Type Method Description EndpointTypeCreateServerRequest. endpointType()The type of endpoint that you want your server to use.EndpointTypeDescribedServer. endpointType()Defines the type of endpoint that your server is connected to.EndpointTypeListedServer. endpointType()Specifies the type of VPC endpoint that your server is connected to.EndpointTypeUpdateServerRequest. endpointType()The type of endpoint that you want your server to use.static EndpointTypeEndpointType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EndpointTypeEndpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static EndpointType[]EndpointType. 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 EndpointType Modifier and Type Method Description static Set<EndpointType>EndpointType. knownValues()Methods in software.amazon.awssdk.services.transfer.model with parameters of type EndpointType Modifier and Type Method Description CreateServerRequest.BuilderCreateServerRequest.Builder. endpointType(EndpointType endpointType)The type of endpoint that you want your server to use.DescribedServer.BuilderDescribedServer.Builder. endpointType(EndpointType endpointType)Defines the type of endpoint that your server is connected to.ListedServer.BuilderListedServer.Builder. endpointType(EndpointType endpointType)Specifies the type of VPC endpoint that your server is connected to.UpdateServerRequest.BuilderUpdateServerRequest.Builder. endpointType(EndpointType endpointType)The type of endpoint that you want your server to use.
-