Uses of Class
software.amazon.awssdk.services.backupsearch.model.ExportSpecification
-
Packages that use ExportSpecification Package Description software.amazon.awssdk.services.backupsearch.model -
-
Uses of ExportSpecification in software.amazon.awssdk.services.backupsearch.model
Methods in software.amazon.awssdk.services.backupsearch.model that return ExportSpecification Modifier and Type Method Description ExportSpecificationGetSearchResultExportJobResponse. exportSpecification()The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.ExportSpecificationStartSearchResultExportJobRequest. exportSpecification()This specification contains a required string of the destination bucket; optionally, you can include the destination prefix.static ExportSpecificationExportSpecification. fromS3ExportSpecification(Consumer<S3ExportSpecification.Builder> s3ExportSpecification)Create an instance of this class withs3ExportSpecification()initialized to the given value.static ExportSpecificationExportSpecification. fromS3ExportSpecification(S3ExportSpecification s3ExportSpecification)Create an instance of this class withs3ExportSpecification()initialized to the given value.Methods in software.amazon.awssdk.services.backupsearch.model with parameters of type ExportSpecification Modifier and Type Method Description GetSearchResultExportJobResponse.BuilderGetSearchResultExportJobResponse.Builder. exportSpecification(ExportSpecification exportSpecification)The export specification consists of the destination S3 bucket to which the search results were exported, along with the destination prefix.StartSearchResultExportJobRequest.BuilderStartSearchResultExportJobRequest.Builder. exportSpecification(ExportSpecification exportSpecification)This specification contains a required string of the destination bucket; optionally, you can include the destination prefix.
-