| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Instance |
GetInstanceResponse.instance()
An array of key-value pairs containing information about the specified instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
GetInstancesResponse.instances()
An array of key-value pairs containing information about your instances.
|
| Modifier and Type | Method and Description |
|---|---|
GetInstanceResponse.Builder |
GetInstanceResponse.Builder.instance(Instance instance)
An array of key-value pairs containing information about the specified instance.
|
GetInstancesResponse.Builder |
GetInstancesResponse.Builder.instances(Instance... instances)
An array of key-value pairs containing information about your instances.
|
| Modifier and Type | Method and Description |
|---|---|
GetInstancesResponse.Builder |
GetInstancesResponse.Builder.instances(Collection<Instance> instances)
An array of key-value pairs containing information about your instances.
|
Copyright © 2022. All rights reserved.