Uses of Class
software.amazon.awssdk.services.codegurusecurity.model.ResourceId
-
Packages that use ResourceId Package Description software.amazon.awssdk.services.codegurusecurity.model -
-
Uses of ResourceId in software.amazon.awssdk.services.codegurusecurity.model
Methods in software.amazon.awssdk.services.codegurusecurity.model that return ResourceId Modifier and Type Method Description static ResourceIdResourceId. fromCodeArtifactId(String codeArtifactId)Create an instance of this class withcodeArtifactId()initialized to the given value.ResourceIdCreateScanRequest. resourceId()The identifier for an input resource used to create a scan.ResourceIdCreateScanResponse. resourceId()The identifier for the resource object that contains resources that were scanned.Methods in software.amazon.awssdk.services.codegurusecurity.model with parameters of type ResourceId Modifier and Type Method Description CreateScanRequest.BuilderCreateScanRequest.Builder. resourceId(ResourceId resourceId)The identifier for an input resource used to create a scan.CreateScanResponse.BuilderCreateScanResponse.Builder. resourceId(ResourceId resourceId)The identifier for the resource object that contains resources that were scanned.
-