| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static Scope |
Scope.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Scope |
ReservedInstances.scope()
The scope of the Reserved Instance.
|
Scope |
ReservedInstancesOffering.scope()
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
Scope |
ReservedInstancesConfiguration.scope()
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
|
static Scope |
Scope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Scope[] |
Scope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<Scope> |
Scope.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ReservedInstances.Builder |
ReservedInstances.Builder.scope(Scope scope)
The scope of the Reserved Instance.
|
ReservedInstancesOffering.Builder |
ReservedInstancesOffering.Builder.scope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
ReservedInstancesConfiguration.Builder |
ReservedInstancesConfiguration.Builder.scope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability
Zone.
|
Copyright © 2019. All rights reserved.