| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualServiceRef |
VirtualServiceRef.clone() |
VirtualServiceRef |
VirtualServiceRef.withArn(String arn)
The full Amazon Resource Name (ARN) for the virtual service.
|
VirtualServiceRef |
VirtualServiceRef.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
VirtualServiceRef |
VirtualServiceRef.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
VirtualServiceRef |
VirtualServiceRef.withMeshName(String meshName)
The name of the service mesh that the virtual service resides in.
|
VirtualServiceRef |
VirtualServiceRef.withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
VirtualServiceRef |
VirtualServiceRef.withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
VirtualServiceRef |
VirtualServiceRef.withVersion(Long version)
The version of the resource.
|
VirtualServiceRef |
VirtualServiceRef.withVirtualServiceName(String virtualServiceName)
The name of the virtual service.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualServiceRef> |
ListVirtualServicesResult.getVirtualServices()
The list of existing virtual services for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualServicesResult |
ListVirtualServicesResult.withVirtualServices(VirtualServiceRef... virtualServices)
The list of existing virtual services for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVirtualServicesResult.setVirtualServices(Collection<VirtualServiceRef> virtualServices)
The list of existing virtual services for the specified service mesh.
|
ListVirtualServicesResult |
ListVirtualServicesResult.withVirtualServices(Collection<VirtualServiceRef> virtualServices)
The list of existing virtual services for the specified service mesh.
|
Copyright © 2022. All rights reserved.