| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ResourceType |
ResourceType.fromValue(String value)
Use this in place of valueOf.
|
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InstanceSnapshot.setResourceType(ResourceType resourceType)
The type of resource (usually
InstanceSnapshot). |
void |
Instance.setResourceType(ResourceType resourceType)
The type of resource (usually
Instance). |
void |
Operation.setResourceType(ResourceType resourceType)
The resource type.
|
void |
Domain.setResourceType(ResourceType resourceType)
The resource type.
|
void |
Disk.setResourceType(ResourceType resourceType)
The resource type of the disk.
|
void |
StaticIp.setResourceType(ResourceType resourceType)
The resource type (usually
StaticIp). |
void |
KeyPair.setResourceType(ResourceType resourceType)
The resource type (usually
KeyPair). |
InstanceSnapshot |
InstanceSnapshot.withResourceType(ResourceType resourceType)
The type of resource (usually
InstanceSnapshot). |
Instance |
Instance.withResourceType(ResourceType resourceType)
The type of resource (usually
Instance). |
Operation |
Operation.withResourceType(ResourceType resourceType)
The resource type.
|
Domain |
Domain.withResourceType(ResourceType resourceType)
The resource type.
|
Disk |
Disk.withResourceType(ResourceType resourceType)
The resource type of the disk.
|
StaticIp |
StaticIp.withResourceType(ResourceType resourceType)
The resource type (usually
StaticIp). |
KeyPair |
KeyPair.withResourceType(ResourceType resourceType)
The resource type (usually
KeyPair). |
Copyright © 2017. All rights reserved.