| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayRouteRef |
GatewayRouteRef.clone() |
GatewayRouteRef |
GatewayRouteRef.withArn(String arn)
The full Amazon Resource Name (ARN) for the gateway route.
|
GatewayRouteRef |
GatewayRouteRef.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
GatewayRouteRef |
GatewayRouteRef.withGatewayRouteName(String gatewayRouteName)
The name of the gateway route.
|
GatewayRouteRef |
GatewayRouteRef.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
GatewayRouteRef |
GatewayRouteRef.withMeshName(String meshName)
The name of the service mesh that the resource resides in.
|
GatewayRouteRef |
GatewayRouteRef.withMeshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner.
|
GatewayRouteRef |
GatewayRouteRef.withResourceOwner(String resourceOwner)
The Amazon Web Services IAM account ID of the resource owner.
|
GatewayRouteRef |
GatewayRouteRef.withVersion(Long version)
The version of the resource.
|
GatewayRouteRef |
GatewayRouteRef.withVirtualGatewayName(String virtualGatewayName)
The virtual gateway that the gateway route is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
List<GatewayRouteRef> |
ListGatewayRoutesResult.getGatewayRoutes()
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewayRoutesResult |
ListGatewayRoutesResult.withGatewayRoutes(GatewayRouteRef... gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGatewayRoutesResult.setGatewayRoutes(Collection<GatewayRouteRef> gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
ListGatewayRoutesResult |
ListGatewayRoutesResult.withGatewayRoutes(Collection<GatewayRouteRef> gatewayRoutes)
The list of existing gateway routes for the specified service mesh and virtual gateway.
|
Copyright © 2024. All rights reserved.