| Package | Description |
|---|---|
| com.amazonaws.services.snowball.model |
| Modifier and Type | Method and Description |
|---|---|
static JobType |
JobType.fromValue(String value)
Use this in place of valueOf.
|
static JobType |
JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobType[] |
JobType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateClusterRequest.setJobType(JobType jobType)
The type of job for this cluster.
|
void |
CreateJobRequest.setJobType(JobType jobType)
Defines the type of job that you're creating.
|
void |
ClusterMetadata.setJobType(JobType jobType)
The type of job for this cluster.
|
void |
JobListEntry.setJobType(JobType jobType)
The type of job.
|
void |
JobMetadata.setJobType(JobType jobType)
The type of job.
|
CreateClusterRequest |
CreateClusterRequest.withJobType(JobType jobType)
The type of job for this cluster.
|
CreateJobRequest |
CreateJobRequest.withJobType(JobType jobType)
Defines the type of job that you're creating.
|
ClusterMetadata |
ClusterMetadata.withJobType(JobType jobType)
The type of job for this cluster.
|
JobListEntry |
JobListEntry.withJobType(JobType jobType)
The type of job.
|
JobMetadata |
JobMetadata.withJobType(JobType jobType)
The type of job.
|
Copyright © 2021. All rights reserved.