Uses of Class
software.amazon.awssdk.services.appmesh.model.MeshRef
-
Packages that use MeshRef Package Description software.amazon.awssdk.services.appmesh.model software.amazon.awssdk.services.appmesh.paginators -
-
Uses of MeshRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type MeshRef Modifier and Type Method Description List<MeshRef>ListMeshesResponse. meshes()The list of existing service meshes.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type MeshRef Modifier and Type Method Description ListMeshesResponse.BuilderListMeshesResponse.Builder. meshes(MeshRef... meshes)The list of existing service meshes.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type MeshRef Modifier and Type Method Description ListMeshesResponse.BuilderListMeshesResponse.Builder. meshes(Collection<MeshRef> meshes)The list of existing service meshes. -
Uses of MeshRef in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type MeshRef Modifier and Type Method Description SdkIterable<MeshRef>ListMeshesIterable. meshes()Returns an iterable to iterate through the paginatedListMeshesResponse.meshes()member.SdkPublisher<MeshRef>ListMeshesPublisher. meshes()Returns a publisher that can be used to get a stream of data.
-