Uses of Class
software.amazon.awssdk.services.backupsearch.model.S3ExportSpecification
-
Packages that use S3ExportSpecification Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of S3ExportSpecification in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return S3ExportSpecification Modifier and Type Method Description S3ExportSpecificationExportSpecification. s3ExportSpecification()This specifies the destination Amazon S3 bucket for the export job.Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type S3ExportSpecification Modifier and Type Method Description static ExportSpecificationExportSpecification. fromS3ExportSpecification(S3ExportSpecification s3ExportSpecification)Create an instance of this class withExportSpecification.s3ExportSpecification()initialized to the given value.ExportSpecification.BuilderExportSpecification.Builder. s3ExportSpecification(S3ExportSpecification s3ExportSpecification)This specifies the destination Amazon S3 bucket for the export job.
-