| 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<CreateMeshResult> |
AbstractAWSAppMeshAsync.createMeshAsync(CreateMeshRequest request,
AsyncHandler<CreateMeshRequest,CreateMeshResult> asyncHandler) |
Future<CreateMeshResult> |
AWSAppMeshAsync.createMeshAsync(CreateMeshRequest createMeshRequest,
AsyncHandler<CreateMeshRequest,CreateMeshResult> asyncHandler)
Creates a service mesh.
|
Future<CreateMeshResult> |
AWSAppMeshAsyncClient.createMeshAsync(CreateMeshRequest request,
AsyncHandler<CreateMeshRequest,CreateMeshResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateMeshRequest |
CreateMeshRequest.clone() |
CreateMeshRequest |
CreateMeshRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateMeshRequest |
CreateMeshRequest.withMeshName(String meshName)
The name to use for the service mesh.
|
CreateMeshRequest |
CreateMeshRequest.withSpec(MeshSpec spec)
The service mesh specification to apply.
|
CreateMeshRequest |
CreateMeshRequest.withTags(Collection<TagRef> tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
CreateMeshRequest |
CreateMeshRequest.withTags(TagRef... tags)
Optional metadata that you can apply to the service mesh to assist with categorization and organization.
|
Copyright © 2024. All rights reserved.