| Package | Description |
|---|---|
| com.amazonaws.services.appmesh |
App Mesh is a service mesh based on the Envoy proxy that makes it easy to monitor and control microservices.
|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateGatewayRouteResult> |
AWSAppMeshAsyncClient.createGatewayRouteAsync(CreateGatewayRouteRequest request,
AsyncHandler<CreateGatewayRouteRequest,CreateGatewayRouteResult> asyncHandler) |
Future<CreateGatewayRouteResult> |
AbstractAWSAppMeshAsync.createGatewayRouteAsync(CreateGatewayRouteRequest request,
AsyncHandler<CreateGatewayRouteRequest,CreateGatewayRouteResult> asyncHandler) |
Future<CreateGatewayRouteResult> |
AWSAppMeshAsync.createGatewayRouteAsync(CreateGatewayRouteRequest createGatewayRouteRequest,
AsyncHandler<CreateGatewayRouteRequest,CreateGatewayRouteResult> asyncHandler)
Creates a gateway route.
|
| Modifier and Type | Method and Description |
|---|---|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.clone() |
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withGatewayRouteName(String gatewayRouteName)
The name to use for the gateway route.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withMeshName(String meshName)
The name of the service mesh to create the gateway route in.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withMeshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withSpec(GatewayRouteSpec spec)
The gateway route specification to apply.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the gateway route to assist with categorization and organization.
|
CreateGatewayRouteRequest |
CreateGatewayRouteRequest.withVirtualGatewayName(String virtualGatewayName)
The name of the virtual gateway to associate the gateway route with.
|
Copyright © 2022. All rights reserved.