Packages

class Inspector extends Object

Annotations
@RawJSType() @native() @JSImport( "aws-sdk" , "Inspector" )
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Inspector
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Inspector(config: AWSConfig)
  2. new Inspector()

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addAttributesToFindings(params: AddAttributesToFindingsRequest): Request[AddAttributesToFindingsResponse]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  7. def createAssessmentTarget(params: CreateAssessmentTargetRequest): Request[CreateAssessmentTargetResponse]
  8. def createAssessmentTemplate(params: CreateAssessmentTemplateRequest): Request[CreateAssessmentTemplateResponse]
  9. def createExclusionsPreview(params: CreateExclusionsPreviewRequest): Request[CreateExclusionsPreviewResponse]
  10. def createResourceGroup(params: CreateResourceGroupRequest): Request[CreateResourceGroupResponse]
  11. def deleteAssessmentRun(params: DeleteAssessmentRunRequest): Request[Object]
  12. def deleteAssessmentTarget(params: DeleteAssessmentTargetRequest): Request[Object]
  13. def deleteAssessmentTemplate(params: DeleteAssessmentTemplateRequest): Request[Object]
  14. def describeAssessmentRuns(params: DescribeAssessmentRunsRequest): Request[DescribeAssessmentRunsResponse]
  15. def describeAssessmentTargets(params: DescribeAssessmentTargetsRequest): Request[DescribeAssessmentTargetsResponse]
  16. def describeAssessmentTemplates(params: DescribeAssessmentTemplatesRequest): Request[DescribeAssessmentTemplatesResponse]
  17. def describeCrossAccountAccessRole(): Request[DescribeCrossAccountAccessRoleResponse]
  18. def describeExclusions(params: DescribeExclusionsRequest): Request[DescribeExclusionsResponse]
  19. def describeFindings(params: DescribeFindingsRequest): Request[DescribeFindingsResponse]
  20. def describeResourceGroups(params: DescribeResourceGroupsRequest): Request[DescribeResourceGroupsResponse]
  21. def describeRulesPackages(params: DescribeRulesPackagesRequest): Request[DescribeRulesPackagesResponse]
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  24. def getAssessmentReport(params: GetAssessmentReportRequest): Request[GetAssessmentReportResponse]
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  26. def getExclusionsPreview(params: GetExclusionsPreviewRequest): Request[GetExclusionsPreviewResponse]
  27. def getTelemetryMetadata(params: GetTelemetryMetadataRequest): Request[GetTelemetryMetadataResponse]
  28. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  32. def listAssessmentRunAgents(params: ListAssessmentRunAgentsRequest): Request[ListAssessmentRunAgentsResponse]
  33. def listAssessmentRuns(params: ListAssessmentRunsRequest): Request[ListAssessmentRunsResponse]
  34. def listAssessmentTargets(params: ListAssessmentTargetsRequest): Request[ListAssessmentTargetsResponse]
  35. def listAssessmentTemplates(params: ListAssessmentTemplatesRequest): Request[ListAssessmentTemplatesResponse]
  36. def listEventSubscriptions(params: ListEventSubscriptionsRequest): Request[ListEventSubscriptionsResponse]
  37. def listExclusions(params: ListExclusionsRequest): Request[ListExclusionsResponse]
  38. def listFindings(params: ListFindingsRequest): Request[ListFindingsResponse]
  39. def listRulesPackages(params: ListRulesPackagesRequest): Request[ListRulesPackagesResponse]
  40. def listTagsForResource(params: ListTagsForResourceRequest): Request[ListTagsForResourceResponse]
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. def previewAgents(params: PreviewAgentsRequest): Request[PreviewAgentsResponse]
  45. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  46. def registerCrossAccountAccessRole(params: RegisterCrossAccountAccessRoleRequest): Request[Object]
  47. def removeAttributesFromFindings(params: RemoveAttributesFromFindingsRequest): Request[RemoveAttributesFromFindingsResponse]
  48. def setTagsForResource(params: SetTagsForResourceRequest): Request[Object]
  49. def startAssessmentRun(params: StartAssessmentRunRequest): Request[StartAssessmentRunResponse]
  50. def stopAssessmentRun(params: StopAssessmentRunRequest): Request[Object]
  51. def subscribeToEvent(params: SubscribeToEventRequest): Request[Object]
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. def toLocaleString(): String
    Definition Classes
    Object
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. def unsubscribeFromEvent(params: UnsubscribeFromEventRequest): Request[Object]
  56. def updateAssessmentTarget(params: UpdateAssessmentTargetRequest): Request[Object]
  57. def valueOf(): Any
    Definition Classes
    Object
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped