| Package | Description |
|---|---|
| com.amazonaws.services.backupgateway.model |
| Modifier and Type | Method and Description |
|---|---|
GatewayDetails |
GatewayDetails.clone() |
GatewayDetails |
GetGatewayResult.getGateway()
By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
GatewayDetails |
GatewayDetails.withGatewayArn(String gatewayArn)
The Amazon Resource Name (ARN) of the gateway.
|
GatewayDetails |
GatewayDetails.withGatewayDisplayName(String gatewayDisplayName)
The display name of the gateway.
|
GatewayDetails |
GatewayDetails.withGatewayType(GatewayType gatewayType)
The type of the gateway type.
|
GatewayDetails |
GatewayDetails.withGatewayType(String gatewayType)
The type of the gateway type.
|
GatewayDetails |
GatewayDetails.withHypervisorId(String hypervisorId)
The hypervisor ID of the gateway.
|
GatewayDetails |
GatewayDetails.withLastSeenTime(Date lastSeenTime)
Details showing the last time Backup gateway communicated with the cloud, in Unix format and UTC time.
|
GatewayDetails |
GatewayDetails.withMaintenanceStartTime(MaintenanceStartTime maintenanceStartTime)
Returns your gateway's weekly maintenance start time including the day and time of the week.
|
GatewayDetails |
GatewayDetails.withNextUpdateAvailabilityTime(Date nextUpdateAvailabilityTime)
Details showing the next update availability time of the gateway.
|
GatewayDetails |
GatewayDetails.withVpcEndpoint(String vpcEndpoint)
The DNS name for the virtual private cloud (VPC) endpoint the gateway uses to connect to the cloud for backup
gateway.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetGatewayResult.setGateway(GatewayDetails gateway)
By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
GetGatewayResult |
GetGatewayResult.withGateway(GatewayDetails gateway)
By providing the ARN (Amazon Resource Name), this API returns the gateway.
|
Copyright © 2024. All rights reserved.