| Package | Description |
|---|---|
| com.amazonaws.services.importexport.model |
Classes modeling the various types represented by AmazonImportExport.
|
| 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 |
GetStatusResult.setJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
void |
Job.setJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
void |
CreateJobRequest.setJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
void |
UpdateJobRequest.setJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
void |
CreateJobResult.setJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
GetStatusResult |
GetStatusResult.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
Job |
Job.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobRequest |
CreateJobRequest.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
UpdateJobRequest |
UpdateJobRequest.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
CreateJobResult |
CreateJobResult.withJobType(JobType jobType)
Specifies whether the job to initiate is an import or export job.
|
Copyright © 2014. All rights reserved.