Uses of Class
software.amazon.awssdk.services.sesv2.model.ImportDestination
-
Packages that use ImportDestination Package Description software.amazon.awssdk.services.sesv2.model -
-
Uses of ImportDestination in software.amazon.awssdk.services.sesv2.model
Methods in software.amazon.awssdk.services.sesv2.model that return ImportDestination Modifier and Type Method Description ImportDestinationCreateImportJobRequest. importDestination()The destination for the import job.ImportDestinationGetImportJobResponse. importDestination()The destination of the import job.ImportDestinationImportJobSummary. importDestination()Returns the value of the ImportDestination property for this object.Methods in software.amazon.awssdk.services.sesv2.model with parameters of type ImportDestination Modifier and Type Method Description CreateImportJobRequest.BuilderCreateImportJobRequest.Builder. importDestination(ImportDestination importDestination)The destination for the import job.GetImportJobResponse.BuilderGetImportJobResponse.Builder. importDestination(ImportDestination importDestination)The destination of the import job.ImportJobSummary.BuilderImportJobSummary.Builder. importDestination(ImportDestination importDestination)Sets the value of the ImportDestination property for this object.
-