Uses of Class
software.amazon.awssdk.services.inspector2.model.Destination
-
Packages that use Destination Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Destination in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Destination Modifier and Type Method Description DestinationGetFindingsReportStatusResponse. destination()The destination of the report.DestinationCreateFindingsReportRequest. s3Destination()The Amazon S3 export destination for the report.DestinationCreateSbomExportRequest. s3Destination()Returns the value of the S3Destination property for this object.DestinationGetSbomExportResponse. s3Destination()Returns the value of the S3Destination property for this object.Methods in software.amazon.awssdk.services.inspector2.model with parameters of type Destination Modifier and Type Method Description GetFindingsReportStatusResponse.BuilderGetFindingsReportStatusResponse.Builder. destination(Destination destination)The destination of the report.CreateFindingsReportRequest.BuilderCreateFindingsReportRequest.Builder. s3Destination(Destination s3Destination)The Amazon S3 export destination for the report.CreateSbomExportRequest.BuilderCreateSbomExportRequest.Builder. s3Destination(Destination s3Destination)Sets the value of the S3Destination property for this object.GetSbomExportResponse.BuilderGetSbomExportResponse.Builder. s3Destination(Destination s3Destination)Sets the value of the S3Destination property for this object.
-