| 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 |
|---|---|
GetJobResult |
AWSDataExchange.getJob(GetJobRequest getJobRequest)
This operation returns information about a job.
|
GetJobResult |
AbstractAWSDataExchange.getJob(GetJobRequest request) |
GetJobResult |
AWSDataExchangeClient.getJob(GetJobRequest request)
This operation returns information about a job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobResult> |
AbstractAWSDataExchangeAsync.getJobAsync(GetJobRequest request) |
Future<GetJobResult> |
AWSDataExchangeAsync.getJobAsync(GetJobRequest getJobRequest)
This operation returns information about a job.
|
Future<GetJobResult> |
AWSDataExchangeAsyncClient.getJobAsync(GetJobRequest request) |
Future<GetJobResult> |
AbstractAWSDataExchangeAsync.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSDataExchangeAsync.getJobAsync(GetJobRequest getJobRequest,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
This operation returns information about a job.
|
Future<GetJobResult> |
AWSDataExchangeAsyncClient.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetJobResult> |
AbstractAWSDataExchangeAsync.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
Future<GetJobResult> |
AWSDataExchangeAsync.getJobAsync(GetJobRequest getJobRequest,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler)
This operation returns information about a job.
|
Future<GetJobResult> |
AWSDataExchangeAsyncClient.getJobAsync(GetJobRequest request,
AsyncHandler<GetJobRequest,GetJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetJobResult |
GetJobResult.clone() |
GetJobResult |
GetJobResult.withArn(String arn)
The ARN for the job.
|
GetJobResult |
GetJobResult.withCreatedAt(Date createdAt)
The date and time that the job was created, in ISO 8601 format.
|
GetJobResult |
GetJobResult.withDetails(ResponseDetails details)
Details about the job.
|
GetJobResult |
GetJobResult.withErrors(Collection<JobError> errors)
The errors associated with jobs.
|
GetJobResult |
GetJobResult.withErrors(JobError... errors)
The errors associated with jobs.
|
GetJobResult |
GetJobResult.withId(String id)
The unique identifier for the job.
|
GetJobResult |
GetJobResult.withState(State state)
The state of the job.
|
GetJobResult |
GetJobResult.withState(String state)
The state of the job.
|
GetJobResult |
GetJobResult.withType(String type)
The job type.
|
GetJobResult |
GetJobResult.withType(Type type)
The job type.
|
GetJobResult |
GetJobResult.withUpdatedAt(Date updatedAt)
The date and time that the job was last updated, in ISO 8601 format.
|
Copyright © 2020. All rights reserved.