| Package | Description |
|---|---|
| com.amazonaws.services.appmesh.model |
| Modifier and Type | Method and Description |
|---|---|
VirtualGatewayRef |
VirtualGatewayRef.clone() |
VirtualGatewayRef |
VirtualGatewayRef.withArn(String arn)
The full Amazon Resource Name (ARN) for the resource.
|
VirtualGatewayRef |
VirtualGatewayRef.withCreatedAt(Date createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
VirtualGatewayRef |
VirtualGatewayRef.withLastUpdatedAt(Date lastUpdatedAt)
The Unix epoch timestamp in seconds for when the resource was last updated.
|
VirtualGatewayRef |
VirtualGatewayRef.withMeshName(String meshName)
The name of the service mesh that the resource resides in.
|
VirtualGatewayRef |
VirtualGatewayRef.withMeshOwner(String meshOwner)
The Amazon Web Services IAM account ID of the service mesh owner.
|
VirtualGatewayRef |
VirtualGatewayRef.withResourceOwner(String resourceOwner)
The Amazon Web Services IAM account ID of the resource owner.
|
VirtualGatewayRef |
VirtualGatewayRef.withVersion(Long version)
The version of the resource.
|
VirtualGatewayRef |
VirtualGatewayRef.withVirtualGatewayName(String virtualGatewayName)
The name of the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<VirtualGatewayRef> |
ListVirtualGatewaysResult.getVirtualGateways()
The list of existing virtual gateways for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualGatewaysResult |
ListVirtualGatewaysResult.withVirtualGateways(VirtualGatewayRef... virtualGateways)
The list of existing virtual gateways for the specified service mesh.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListVirtualGatewaysResult.setVirtualGateways(Collection<VirtualGatewayRef> virtualGateways)
The list of existing virtual gateways for the specified service mesh.
|
ListVirtualGatewaysResult |
ListVirtualGatewaysResult.withVirtualGateways(Collection<VirtualGatewayRef> virtualGateways)
The list of existing virtual gateways for the specified service mesh.
|
Copyright © 2024. All rights reserved.