| Package | Description |
|---|---|
| com.amazonaws.services.dataexchange |
AWS Data Exchange is a service that makes it easy for AWS customers to exchange data in the cloud.
|
| com.amazonaws.services.dataexchange.model |
| Modifier and Type | Method and Description |
|---|---|
CreateJobResult |
AbstractAWSDataExchange.createJob(CreateJobRequest request) |
CreateJobResult |
AWSDataExchange.createJob(CreateJobRequest createJobRequest)
This operation creates a job.
|
CreateJobResult |
AWSDataExchangeClient.createJob(CreateJobRequest request)
This operation creates a job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateJobResult> |
AbstractAWSDataExchangeAsync.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AWSDataExchangeAsync.createJobAsync(CreateJobRequest createJobRequest)
This operation creates a job.
|
Future<CreateJobResult> |
AWSDataExchangeAsyncClient.createJobAsync(CreateJobRequest request) |
Future<CreateJobResult> |
AbstractAWSDataExchangeAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSDataExchangeAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
This operation creates a job.
|
Future<CreateJobResult> |
AWSDataExchangeAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateJobResult> |
AbstractAWSDataExchangeAsync.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
Future<CreateJobResult> |
AWSDataExchangeAsync.createJobAsync(CreateJobRequest createJobRequest,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler)
This operation creates a job.
|
Future<CreateJobResult> |
AWSDataExchangeAsyncClient.createJobAsync(CreateJobRequest request,
AsyncHandler<CreateJobRequest,CreateJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateJobResult |
CreateJobResult.clone() |
CreateJobResult |
CreateJobResult.withArn(String arn)
The ARN for the job.
|
CreateJobResult |
CreateJobResult.withCreatedAt(Date createdAt)
The date and time that the job was created, in ISO 8601 format.
|
CreateJobResult |
CreateJobResult.withDetails(ResponseDetails details)
Details about the job.
|
CreateJobResult |
CreateJobResult.withErrors(Collection<JobError> errors)
The errors associated with jobs.
|
CreateJobResult |
CreateJobResult.withErrors(JobError... errors)
The errors associated with jobs.
|
CreateJobResult |
CreateJobResult.withId(String id)
The unique identifier for the job.
|
CreateJobResult |
CreateJobResult.withState(State state)
The state of the job.
|
CreateJobResult |
CreateJobResult.withState(String state)
The state of the job.
|
CreateJobResult |
CreateJobResult.withType(String type)
The job type.
|
CreateJobResult |
CreateJobResult.withType(Type type)
The job type.
|
CreateJobResult |
CreateJobResult.withUpdatedAt(Date updatedAt)
The date and time that the job was last updated, in ISO 8601 format.
|
Copyright © 2022. All rights reserved.