Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static Scope |
Scope.fromValue(String value)
Use this in place of valueOf.
|
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 |
---|---|
void |
ReservedInstancesConfiguration.setScope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
|
void |
ReservedInstancesOffering.setScope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
void |
ReservedInstances.setScope(Scope scope)
The scope of the Reserved Instance.
|
ReservedInstancesConfiguration |
ReservedInstancesConfiguration.withScope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or instances in a specific Availability Zone.
|
ReservedInstancesOffering |
ReservedInstancesOffering.withScope(Scope scope)
Whether the Reserved Instance is applied to instances in a Region or an Availability Zone.
|
ReservedInstances |
ReservedInstances.withScope(Scope scope)
The scope of the Reserved Instance.
|
Copyright © 2023. All rights reserved.