Uses of Class
software.amazon.awssdk.services.dataexchange.model.ResponseDetails
-
Packages that use ResponseDetails Package Description software.amazon.awssdk.services.dataexchange.model -
-
Uses of ResponseDetails in software.amazon.awssdk.services.dataexchange.model
Methods in software.amazon.awssdk.services.dataexchange.model that return ResponseDetails Modifier and Type Method Description ResponseDetailsCreateJobResponse. details()Details about the job.ResponseDetailsGetJobResponse. details()Details about the job.ResponseDetailsJobEntry. details()Details of the operation to be performed by the job, such as export destination details or import source details.Methods in software.amazon.awssdk.services.dataexchange.model with parameters of type ResponseDetails Modifier and Type Method Description CreateJobResponse.BuilderCreateJobResponse.Builder. details(ResponseDetails details)Details about the job.GetJobResponse.BuilderGetJobResponse.Builder. details(ResponseDetails details)Details about the job.JobEntry.BuilderJobEntry.Builder. details(ResponseDetails details)Details of the operation to be performed by the job, such as export destination details or import source details.
-