Uses of Class
com.amazonaws.services.importexport.model.CreateJobResult
Packages that use CreateJobResult
-
Uses of CreateJobResult in com.amazonaws.services.importexport
Methods in com.amazonaws.services.importexport that return CreateJobResultModifier and TypeMethodDescriptionAbstractAmazonImportExport.createJob
(CreateJobRequest request) AmazonImportExport.createJob
(CreateJobRequest createJobRequest) This operation initiates the process of scheduling an upload or download of your data.AmazonImportExportClient.createJob
(CreateJobRequest createJobRequest) This operation initiates the process of scheduling an upload or download of your data.Methods in com.amazonaws.services.importexport that return types with arguments of type CreateJobResultModifier and TypeMethodDescriptionAbstractAmazonImportExportAsync.createJobAsync
(CreateJobRequest request) AbstractAmazonImportExportAsync.createJobAsync
(CreateJobRequest request, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) AmazonImportExportAsync.createJobAsync
(CreateJobRequest createJobRequest) This operation initiates the process of scheduling an upload or download of your data.AmazonImportExportAsync.createJobAsync
(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) This operation initiates the process of scheduling an upload or download of your data.AmazonImportExportAsyncClient.createJobAsync
(CreateJobRequest request) AmazonImportExportAsyncClient.createJobAsync
(CreateJobRequest request, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) Method parameters in com.amazonaws.services.importexport with type arguments of type CreateJobResultModifier and TypeMethodDescriptionAbstractAmazonImportExportAsync.createJobAsync
(CreateJobRequest request, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) AmazonImportExportAsync.createJobAsync
(CreateJobRequest createJobRequest, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) This operation initiates the process of scheduling an upload or download of your data.AmazonImportExportAsyncClient.createJobAsync
(CreateJobRequest request, AsyncHandler<CreateJobRequest, CreateJobResult> asyncHandler) -
Uses of CreateJobResult in com.amazonaws.services.importexport.model
Methods in com.amazonaws.services.importexport.model that return CreateJobResultModifier and TypeMethodDescriptionCreateJobResult.clone()
CreateJobResult.withArtifactList
(Artifact... artifactList) NOTE: This method appends the values to the existing list (if any).CreateJobResult.withArtifactList
(Collection<Artifact> artifactList) CreateJobResult.withJobType
(JobType jobType) CreateJobResult.withJobType
(String jobType) CreateJobResult.withSignature
(String signature) CreateJobResult.withSignatureFileContents
(String signatureFileContents) CreateJobResult.withWarningMessage
(String warningMessage)