Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.CreateScanResponse
-
Packages that use CreateScanResponse Package Description software.amazon.awssdk.services.codegurusecurity -
-
Uses of CreateScanResponse in software.amazon.awssdk.services.codegurusecurity
Methods in software.amazon.awssdk.services.codegurusecurity that return CreateScanResponse Modifier and Type Method Description default CreateScanResponseCodeGuruSecurityClient. createScan(Consumer<CreateScanRequest.Builder> createScanRequest)Use to create a scan using code uploaded to an S3 bucket.default CreateScanResponseCodeGuruSecurityClient. createScan(CreateScanRequest createScanRequest)Use to create a scan using code uploaded to an S3 bucket.Methods in software.amazon.awssdk.services.codegurusecurity that return types with arguments of type CreateScanResponse Modifier and Type Method Description default CompletableFuture<CreateScanResponse>CodeGuruSecurityAsyncClient. createScan(Consumer<CreateScanRequest.Builder> createScanRequest)Use to create a scan using code uploaded to an S3 bucket.default CompletableFuture<CreateScanResponse>CodeGuruSecurityAsyncClient. createScan(CreateScanRequest createScanRequest)Use to create a scan using code uploaded to an S3 bucket.
-