| Package | Description |
|---|---|
| software.amazon.awssdk.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
static VirtualGatewayPortProtocol |
VirtualGatewayPortProtocol.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
VirtualGatewayPortProtocol |
VirtualGatewayHealthCheckPolicy.protocol()
The protocol for the health check request.
|
VirtualGatewayPortProtocol |
VirtualGatewayPortMapping.protocol()
The protocol used for the port mapping.
|
static VirtualGatewayPortProtocol |
VirtualGatewayPortProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VirtualGatewayPortProtocol[] |
VirtualGatewayPortProtocol.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<VirtualGatewayPortProtocol> |
VirtualGatewayPortProtocol.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayHealthCheckPolicy.Builder |
VirtualGatewayHealthCheckPolicy.Builder.protocol(VirtualGatewayPortProtocol protocol)
The protocol for the health check request.
|
VirtualGatewayPortMapping.Builder |
VirtualGatewayPortMapping.Builder.protocol(VirtualGatewayPortProtocol protocol)
The protocol used for the port mapping.
|
Copyright © 2021. All rights reserved.