| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AddOnRequest |
AddOnRequest.clone() |
AddOnRequest |
EnableAddOnRequest.getAddOnRequest()
An array of strings representing the add-on to enable or modify.
|
AddOnRequest |
AddOnRequest.withAddOnType(AddOnType addOnType)
The add-on type.
|
AddOnRequest |
AddOnRequest.withAddOnType(String addOnType)
The add-on type.
|
AddOnRequest |
AddOnRequest.withAutoSnapshotAddOnRequest(AutoSnapshotAddOnRequest autoSnapshotAddOnRequest)
An object that represents additional parameters when enabling or modifying the automatic snapshot add-on.
|
AddOnRequest |
AddOnRequest.withStopInstanceOnIdleRequest(StopInstanceOnIdleRequest stopInstanceOnIdleRequest)
An object that represents additional parameters when enabling or modifying the
StopInstanceOnIdle
add-on. |
| Modifier and Type | Method and Description |
|---|---|
List<AddOnRequest> |
CreateInstancesFromSnapshotRequest.getAddOns()
An array of objects representing the add-ons to enable for the new instance.
|
List<AddOnRequest> |
CreateInstancesRequest.getAddOns()
An array of objects representing the add-ons to enable for the new instance.
|
List<AddOnRequest> |
CreateDiskFromSnapshotRequest.getAddOns()
An array of objects that represent the add-ons to enable for the new disk.
|
List<AddOnRequest> |
CreateDiskRequest.getAddOns()
An array of objects that represent the add-ons to enable for the new disk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnableAddOnRequest.setAddOnRequest(AddOnRequest addOnRequest)
An array of strings representing the add-on to enable or modify.
|
EnableAddOnRequest |
EnableAddOnRequest.withAddOnRequest(AddOnRequest addOnRequest)
An array of strings representing the add-on to enable or modify.
|
CreateInstancesFromSnapshotRequest |
CreateInstancesFromSnapshotRequest.withAddOns(AddOnRequest... addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateInstancesRequest |
CreateInstancesRequest.withAddOns(AddOnRequest... addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withAddOns(AddOnRequest... addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
CreateDiskRequest |
CreateDiskRequest.withAddOns(AddOnRequest... addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateInstancesFromSnapshotRequest.setAddOns(Collection<AddOnRequest> addOns)
An array of objects representing the add-ons to enable for the new instance.
|
void |
CreateInstancesRequest.setAddOns(Collection<AddOnRequest> addOns)
An array of objects representing the add-ons to enable for the new instance.
|
void |
CreateDiskFromSnapshotRequest.setAddOns(Collection<AddOnRequest> addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
void |
CreateDiskRequest.setAddOns(Collection<AddOnRequest> addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
CreateInstancesFromSnapshotRequest |
CreateInstancesFromSnapshotRequest.withAddOns(Collection<AddOnRequest> addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateInstancesRequest |
CreateInstancesRequest.withAddOns(Collection<AddOnRequest> addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateDiskFromSnapshotRequest |
CreateDiskFromSnapshotRequest.withAddOns(Collection<AddOnRequest> addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
CreateDiskRequest |
CreateDiskRequest.withAddOns(Collection<AddOnRequest> addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
Copyright © 2023. All rights reserved.