| Package | Description |
|---|---|
| software.amazon.awssdk.services.transfer.model |
| Modifier and Type | Method and Description |
|---|---|
EndpointType |
UpdateServerRequest.endpointType()
The type of endpoint that you want your server to connect to.
|
EndpointType |
DescribedServer.endpointType()
Defines the type of endpoint that your server is connected to.
|
EndpointType |
ListedServer.endpointType()
Specifies the type of VPC endpoint that your server is connected to.
|
EndpointType |
CreateServerRequest.endpointType()
The type of VPC endpoint that you want your server to connect to.
|
static EndpointType |
EndpointType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static EndpointType |
EndpointType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<EndpointType> |
EndpointType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateServerRequest.Builder |
UpdateServerRequest.Builder.endpointType(EndpointType endpointType)
The type of endpoint that you want your server to connect to.
|
DescribedServer.Builder |
DescribedServer.Builder.endpointType(EndpointType endpointType)
Defines the type of endpoint that your server is connected to.
|
ListedServer.Builder |
ListedServer.Builder.endpointType(EndpointType endpointType)
Specifies the type of VPC endpoint that your server is connected to.
|
CreateServerRequest.Builder |
CreateServerRequest.Builder.endpointType(EndpointType endpointType)
The type of VPC endpoint that you want your server to connect to.
|
Copyright © 2020. All rights reserved.