Uses of Class
software.amazon.awssdk.services.appmesh.model.VirtualServiceRef
-
Packages that use VirtualServiceRef Package Description software.amazon.awssdk.services.appmesh.model software.amazon.awssdk.services.appmesh.paginators -
-
Uses of VirtualServiceRef in software.amazon.awssdk.services.appmesh.model
Methods in software.amazon.awssdk.services.appmesh.model that return types with arguments of type VirtualServiceRef Modifier and Type Method Description List<VirtualServiceRef>ListVirtualServicesResponse. virtualServices()The list of existing virtual services for the specified service mesh.Methods in software.amazon.awssdk.services.appmesh.model with parameters of type VirtualServiceRef Modifier and Type Method Description ListVirtualServicesResponse.BuilderListVirtualServicesResponse.Builder. virtualServices(VirtualServiceRef... virtualServices)The list of existing virtual services for the specified service mesh.Method parameters in software.amazon.awssdk.services.appmesh.model with type arguments of type VirtualServiceRef Modifier and Type Method Description ListVirtualServicesResponse.BuilderListVirtualServicesResponse.Builder. virtualServices(Collection<VirtualServiceRef> virtualServices)The list of existing virtual services for the specified service mesh. -
Uses of VirtualServiceRef in software.amazon.awssdk.services.appmesh.paginators
Methods in software.amazon.awssdk.services.appmesh.paginators that return types with arguments of type VirtualServiceRef Modifier and Type Method Description SdkIterable<VirtualServiceRef>ListVirtualServicesIterable. virtualServices()Returns an iterable to iterate through the paginatedListVirtualServicesResponse.virtualServices()member.SdkPublisher<VirtualServiceRef>ListVirtualServicesPublisher. virtualServices()Returns a publisher that can be used to get a stream of data.
-