| Package | Description |
|---|---|
| com.amazonaws.services.inspector2.model |
| Modifier and Type | Method and Description |
|---|---|
Destination |
Destination.clone() |
Destination |
GetFindingsReportStatusResult.getDestination()
The destination of the report.
|
Destination |
CreateFindingsReportRequest.getS3Destination()
The Amazon S3 export destination for the report.
|
Destination |
Destination.withBucketName(String bucketName)
The name of the Amazon S3 bucket to export findings to.
|
Destination |
Destination.withKeyPrefix(String keyPrefix)
The prefix of the KMS key used to export findings.
|
Destination |
Destination.withKmsKeyArn(String kmsKeyArn)
The ARN of the KMS key used to encrypt data when exporting findings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetFindingsReportStatusResult.setDestination(Destination destination)
The destination of the report.
|
void |
CreateFindingsReportRequest.setS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
|
GetFindingsReportStatusResult |
GetFindingsReportStatusResult.withDestination(Destination destination)
The destination of the report.
|
CreateFindingsReportRequest |
CreateFindingsReportRequest.withS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
|
Copyright © 2022. All rights reserved.