| Package | Description |
|---|---|
| software.amazon.awssdk.services.appstream.model |
| Modifier and Type | Method and Description |
|---|---|
static FleetAttribute |
FleetAttribute.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static FleetAttribute |
FleetAttribute.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FleetAttribute[] |
FleetAttribute.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<FleetAttribute> |
UpdateFleetRequest.attributesToDelete()
The fleet attributes to delete.
|
static Set<FleetAttribute> |
FleetAttribute.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.attributesToDelete(FleetAttribute... attributesToDelete)
The fleet attributes to delete.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateFleetRequest.Builder |
UpdateFleetRequest.Builder.attributesToDelete(Collection<FleetAttribute> attributesToDelete)
The fleet attributes to delete.
|
Copyright © 2023. All rights reserved.