| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewaySpec |
VirtualGatewaySpec.clone() |
VirtualGatewaySpec |
UpdateVirtualGatewayRequest.getSpec()
The new virtual gateway specification to apply.
|
VirtualGatewaySpec |
CreateVirtualGatewayRequest.getSpec()
The virtual gateway specification to apply.
|
VirtualGatewaySpec |
VirtualGatewayData.getSpec()
The specifications of the virtual gateway.
|
VirtualGatewaySpec |
VirtualGatewaySpec.withBackendDefaults(VirtualGatewayBackendDefaults backendDefaults)
A reference to an object that represents the defaults for backends.
|
VirtualGatewaySpec |
VirtualGatewaySpec.withListeners(Collection<VirtualGatewayListener> listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
VirtualGatewaySpec |
VirtualGatewaySpec.withListeners(VirtualGatewayListener... listeners)
The listeners that the mesh endpoint is expected to receive inbound traffic from.
|
VirtualGatewaySpec |
VirtualGatewaySpec.withLogging(VirtualGatewayLogging logging) |
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateVirtualGatewayRequest.setSpec(VirtualGatewaySpec spec)
The new virtual gateway specification to apply.
|
void |
CreateVirtualGatewayRequest.setSpec(VirtualGatewaySpec spec)
The virtual gateway specification to apply.
|
void |
VirtualGatewayData.setSpec(VirtualGatewaySpec spec)
The specifications of the virtual gateway.
|
UpdateVirtualGatewayRequest |
UpdateVirtualGatewayRequest.withSpec(VirtualGatewaySpec spec)
The new virtual gateway specification to apply.
|
CreateVirtualGatewayRequest |
CreateVirtualGatewayRequest.withSpec(VirtualGatewaySpec spec)
The virtual gateway specification to apply.
|
VirtualGatewayData |
VirtualGatewayData.withSpec(VirtualGatewaySpec spec)
The specifications of the virtual gateway.
|
Copyright © 2021. All rights reserved.