Uses of Interface
software.amazon.awssdk.services.inspector2.model.GetCisScanReportResponse.Builder
-
Packages that use GetCisScanReportResponse.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of GetCisScanReportResponse.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return GetCisScanReportResponse.Builder Modifier and Type Method Description static GetCisScanReportResponse.BuilderGetCisScanReportResponse. builder()GetCisScanReportResponse.BuilderGetCisScanReportResponse.Builder. status(String status)The status.GetCisScanReportResponse.BuilderGetCisScanReportResponse.Builder. status(CisReportStatus status)The status.GetCisScanReportResponse.BuilderGetCisScanReportResponse. toBuilder()GetCisScanReportResponse.BuilderGetCisScanReportResponse.Builder. url(String url)The URL where the CIS scan report PDF can be downloaded.Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type GetCisScanReportResponse.Builder Modifier and Type Method Description static Class<? extends GetCisScanReportResponse.Builder>GetCisScanReportResponse. serializableBuilderClass()
-