Uses of Class
software.amazon.awssdk.services.appmesh.model.MeshSpec
-
Packages that use MeshSpec Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of MeshSpec in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return MeshSpec Modifier and Type Method Description MeshSpecCreateMeshRequest. spec()The service mesh specification to apply.MeshSpecMeshData. spec()The associated specification for the service mesh.MeshSpecUpdateMeshRequest. spec()The service mesh specification to apply.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type MeshSpec Modifier and Type Method Description CreateMeshRequest.BuilderCreateMeshRequest.Builder. spec(MeshSpec spec)The service mesh specification to apply.MeshData.BuilderMeshData.Builder. spec(MeshSpec spec)The associated specification for the service mesh.UpdateMeshRequest.BuilderUpdateMeshRequest.Builder. spec(MeshSpec spec)The service mesh specification to apply.
-