Uses of Class
software.amazon.awssdk.services.sesv2.model.GetImportJobResponse
Packages that use GetImportJobResponse
-
Uses of GetImportJobResponse in software.amazon.awssdk.services.sesv2
Methods in software.amazon.awssdk.services.sesv2 that return GetImportJobResponseModifier and TypeMethodDescriptiondefault GetImportJobResponseSesV2Client.getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest) Provides information about an import job.default GetImportJobResponseSesV2Client.getImportJob(GetImportJobRequest getImportJobRequest) Provides information about an import job.Methods in software.amazon.awssdk.services.sesv2 that return types with arguments of type GetImportJobResponseModifier and TypeMethodDescriptiondefault CompletableFuture<GetImportJobResponse>SesV2AsyncClient.getImportJob(Consumer<GetImportJobRequest.Builder> getImportJobRequest) Provides information about an import job.default CompletableFuture<GetImportJobResponse>SesV2AsyncClient.getImportJob(GetImportJobRequest getImportJobRequest) Provides information about an import job.