Uses of Class
software.amazon.awssdk.services.appmesh.model.MeshData
-
Packages that use MeshData Package Description software.amazon.awssdk.services.appmesh.model -
-
Uses of MeshData in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return MeshData Modifier and Type Method Description MeshDataCreateMeshResponse. mesh()The full description of your service mesh following the create call.MeshDataDeleteMeshResponse. mesh()The service mesh that was deleted.MeshDataDescribeMeshResponse. mesh()The full description of your service mesh.MeshDataUpdateMeshResponse. mesh()Returns the value of the Mesh property for this object.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type MeshData Modifier and Type Method Description CreateMeshResponse.BuilderCreateMeshResponse.Builder. mesh(MeshData mesh)The full description of your service mesh following the create call.DeleteMeshResponse.BuilderDeleteMeshResponse.Builder. mesh(MeshData mesh)The service mesh that was deleted.DescribeMeshResponse.BuilderDescribeMeshResponse.Builder. mesh(MeshData mesh)The full description of your service mesh.UpdateMeshResponse.BuilderUpdateMeshResponse.Builder. mesh(MeshData mesh)Sets the value of the Mesh property for this object.
-