| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
MeshSpec |
MeshSpec.clone() |
MeshSpec |
MeshData.getSpec()
The associated specification for the service mesh.
|
MeshSpec |
UpdateMeshRequest.getSpec()
The service mesh specification to apply.
|
MeshSpec |
CreateMeshRequest.getSpec()
The service mesh specification to apply.
|
MeshSpec |
MeshSpec.withEgressFilter(EgressFilter egressFilter)
The egress filter rules for the service mesh.
|
MeshSpec |
MeshSpec.withServiceDiscovery(MeshServiceDiscovery serviceDiscovery) |
| Modifier and Type | Method and Description |
|---|---|
void |
MeshData.setSpec(MeshSpec spec)
The associated specification for the service mesh.
|
void |
UpdateMeshRequest.setSpec(MeshSpec spec)
The service mesh specification to apply.
|
void |
CreateMeshRequest.setSpec(MeshSpec spec)
The service mesh specification to apply.
|
MeshData |
MeshData.withSpec(MeshSpec spec)
The associated specification for the service mesh.
|
UpdateMeshRequest |
UpdateMeshRequest.withSpec(MeshSpec spec)
The service mesh specification to apply.
|
CreateMeshRequest |
CreateMeshRequest.withSpec(MeshSpec spec)
The service mesh specification to apply.
|
Copyright © 2023. All rights reserved.