| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
ResourceMetadata |
ResourceMetadata.clone() |
ResourceMetadata |
VirtualGatewayData.getMetadata() |
ResourceMetadata |
VirtualRouterData.getMetadata()
The associated metadata for the virtual router.
|
ResourceMetadata |
MeshData.getMetadata()
The associated metadata for the service mesh.
|
ResourceMetadata |
VirtualNodeData.getMetadata()
The associated metadata for the virtual node.
|
ResourceMetadata |
GatewayRouteData.getMetadata() |
ResourceMetadata |
RouteData.getMetadata()
The associated metadata for the route.
|
ResourceMetadata |
VirtualServiceData.getMetadata() |
ResourceMetadata |
ResourceMetadata.withArn(String arn)
The full Amazon Resource Name (ARN) for the resource.
|
ResourceMetadata |
ResourceMetadata.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
ResourceMetadata |
ResourceMetadata.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
ResourceMetadata |
ResourceMetadata.withMeshOwner(String meshOwner)
The AWS IAM account ID of the service mesh owner.
|
ResourceMetadata |
ResourceMetadata.withResourceOwner(String resourceOwner)
The AWS IAM account ID of the resource owner.
|
ResourceMetadata |
ResourceMetadata.withUid(String uid)
The unique identifier for the resource.
|
ResourceMetadata |
ResourceMetadata.withVersion(Long version)
The version of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualGatewayData.setMetadata(ResourceMetadata metadata) |
void |
VirtualRouterData.setMetadata(ResourceMetadata metadata)
The associated metadata for the virtual router.
|
void |
MeshData.setMetadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
|
void |
VirtualNodeData.setMetadata(ResourceMetadata metadata)
The associated metadata for the virtual node.
|
void |
GatewayRouteData.setMetadata(ResourceMetadata metadata) |
void |
RouteData.setMetadata(ResourceMetadata metadata)
The associated metadata for the route.
|
void |
VirtualServiceData.setMetadata(ResourceMetadata metadata) |
VirtualGatewayData |
VirtualGatewayData.withMetadata(ResourceMetadata metadata) |
VirtualRouterData |
VirtualRouterData.withMetadata(ResourceMetadata metadata)
The associated metadata for the virtual router.
|
MeshData |
MeshData.withMetadata(ResourceMetadata metadata)
The associated metadata for the service mesh.
|
VirtualNodeData |
VirtualNodeData.withMetadata(ResourceMetadata metadata)
The associated metadata for the virtual node.
|
GatewayRouteData |
GatewayRouteData.withMetadata(ResourceMetadata metadata) |
RouteData |
RouteData.withMetadata(ResourceMetadata metadata)
The associated metadata for the route.
|
VirtualServiceData |
VirtualServiceData.withMetadata(ResourceMetadata metadata) |
Copyright © 2021. All rights reserved.