| 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 |
GetSbomExportResult.getS3Destination() |
Destination |
CreateFindingsReportRequest.getS3Destination()
The Amazon S3 export destination for the report.
|
Destination |
CreateSbomExportRequest.getS3Destination() |
Destination |
Destination.withBucketName(String bucketName)
The name of the Amazon S3 bucket to export findings to.
|
Destination |
Destination.withKeyPrefix(String keyPrefix)
The prefix that the findings will be written under.
|
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 |
GetSbomExportResult.setS3Destination(Destination s3Destination) |
void |
CreateFindingsReportRequest.setS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
|
void |
CreateSbomExportRequest.setS3Destination(Destination s3Destination) |
GetFindingsReportStatusResult |
GetFindingsReportStatusResult.withDestination(Destination destination)
The destination of the report.
|
GetSbomExportResult |
GetSbomExportResult.withS3Destination(Destination s3Destination) |
CreateFindingsReportRequest |
CreateFindingsReportRequest.withS3Destination(Destination s3Destination)
The Amazon S3 export destination for the report.
|
CreateSbomExportRequest |
CreateSbomExportRequest.withS3Destination(Destination s3Destination) |
Copyright © 2024. All rights reserved.