Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
static HostTenancy |
HostTenancy.fromValue(String value)
Use this in place of valueOf.
|
static HostTenancy |
HostTenancy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostTenancy[] |
HostTenancy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ModifyInstancePlacementRequest.setTenancy(HostTenancy tenancy)
The tenancy of the instance that you are modifying.
|
ModifyInstancePlacementRequest |
ModifyInstancePlacementRequest.withTenancy(HostTenancy tenancy)
The tenancy of the instance that you are modifying.
|
Copyright © 2018. All rights reserved.