| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
Gateway |
Gateway.clone() |
Gateway |
Gateway.withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
Gateway |
Gateway.withGatewayDisplayName(String gatewayDisplayName)
The display name of the gateway.
|
Gateway |
Gateway.withGatewayType(GatewayType gatewayType)
The type of the gateway.
|
Gateway |
Gateway.withGatewayType(String gatewayType)
The type of the gateway.
|
Gateway |
Gateway.withHypervisorId(String hypervisorId)
The hypervisor ID of the gateway.
|
Gateway |
Gateway.withLastSeenTime(Date lastSeenTime)
The last time Backup gateway communicated with the gateway, in Unix format and UTC time.
|
| Modifier and Type | Method and Description |
|---|---|
List<Gateway> |
ListGatewaysResult.getGateways()
A list of your gateways.
|
| Modifier and Type | Method and Description |
|---|---|
ListGatewaysResult |
ListGatewaysResult.withGateways(Gateway... gateways)
A list of your gateways.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGatewaysResult.setGateways(Collection<Gateway> gateways)
A list of your gateways.
|
ListGatewaysResult |
ListGatewaysResult.withGateways(Collection<Gateway> gateways)
A list of your gateways.
|
Copyright © 2024. All rights reserved.