| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
AddOnRequest |
EnableAddOnRequest.addOnRequest()
An array of strings representing the add-on to enable or modify.
|
| Modifier and Type | Method and Description |
|---|---|
List<AddOnRequest> |
CreateInstancesRequest.addOns()
An array of objects representing the add-ons to enable for the new instance.
|
List<AddOnRequest> |
CreateDiskFromSnapshotRequest.addOns()
An array of objects that represent the add-ons to enable for the new disk.
|
List<AddOnRequest> |
CreateInstancesFromSnapshotRequest.addOns()
An array of objects representing the add-ons to enable for the new instance.
|
List<AddOnRequest> |
CreateDiskRequest.addOns()
An array of objects that represent the add-ons to enable for the new disk.
|
| Modifier and Type | Method and Description |
|---|---|
EnableAddOnRequest.Builder |
EnableAddOnRequest.Builder.addOnRequest(AddOnRequest addOnRequest)
An array of strings representing the add-on to enable or modify.
|
CreateInstancesRequest.Builder |
CreateInstancesRequest.Builder.addOns(AddOnRequest... addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateDiskFromSnapshotRequest.Builder |
CreateDiskFromSnapshotRequest.Builder.addOns(AddOnRequest... addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
CreateInstancesFromSnapshotRequest.Builder |
CreateInstancesFromSnapshotRequest.Builder.addOns(AddOnRequest... addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateDiskRequest.Builder |
CreateDiskRequest.Builder.addOns(AddOnRequest... addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
| Modifier and Type | Method and Description |
|---|---|
CreateInstancesRequest.Builder |
CreateInstancesRequest.Builder.addOns(Collection<AddOnRequest> addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateDiskFromSnapshotRequest.Builder |
CreateDiskFromSnapshotRequest.Builder.addOns(Collection<AddOnRequest> addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
CreateInstancesFromSnapshotRequest.Builder |
CreateInstancesFromSnapshotRequest.Builder.addOns(Collection<AddOnRequest> addOns)
An array of objects representing the add-ons to enable for the new instance.
|
CreateDiskRequest.Builder |
CreateDiskRequest.Builder.addOns(Collection<AddOnRequest> addOns)
An array of objects that represent the add-ons to enable for the new disk.
|
Copyright © 2023. All rights reserved.