Uses of Interface
software.amazon.awssdk.services.workmail.model.StartMailboxExportJobRequest.Builder
-
Packages that use StartMailboxExportJobRequest.Builder Package Description software.amazon.awssdk.services.workmail WorkMail is a secure, managed business email and calendaring service with support for existing desktop and mobile email clients.software.amazon.awssdk.services.workmail.model -
-
Uses of StartMailboxExportJobRequest.Builder in software.amazon.awssdk.services.workmail
Method parameters in software.amazon.awssdk.services.workmail with type arguments of type StartMailboxExportJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StartMailboxExportJobResponse>WorkMailAsyncClient. startMailboxExportJob(Consumer<StartMailboxExportJobRequest.Builder> startMailboxExportJobRequest)Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket.default StartMailboxExportJobResponseWorkMailClient. startMailboxExportJob(Consumer<StartMailboxExportJobRequest.Builder> startMailboxExportJobRequest)Starts a mailbox export job to export MIME-format email messages and calendar items from the specified mailbox to the specified Amazon Simple Storage Service (Amazon S3) bucket. -
Uses of StartMailboxExportJobRequest.Builder in software.amazon.awssdk.services.workmail.model
Methods in software.amazon.awssdk.services.workmail.model that return StartMailboxExportJobRequest.Builder Modifier and Type Method Description static StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest. builder()StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. clientToken(String clientToken)The idempotency token for the client request.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. description(String description)The mailbox export job description.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. entityId(String entityId)The identifier of the user or resource associated with the mailbox.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. kmsKeyArn(String kmsKeyArn)The Amazon Resource Name (ARN) of the symmetric AWS Key Management Service (AWS KMS) key that encrypts the exported mailbox content.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. organizationId(String organizationId)The identifier associated with the organization.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. roleArn(String roleArn)The ARN of the AWS Identity and Access Management (IAM) role that grants write permission to the S3 bucket.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. s3BucketName(String s3BucketName)The name of the S3 bucket.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest.Builder. s3Prefix(String s3Prefix)The S3 bucket prefix.StartMailboxExportJobRequest.BuilderStartMailboxExportJobRequest. toBuilder()Methods in software.amazon.awssdk.services.workmail.model that return types with arguments of type StartMailboxExportJobRequest.Builder Modifier and Type Method Description static Class<? extends StartMailboxExportJobRequest.Builder>StartMailboxExportJobRequest. serializableBuilderClass()
-