Packages

class Shield extends Object

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

Instance Constructors

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

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def associateDRTLogBucket(params: AssociateDRTLogBucketRequest): Request[AssociateDRTLogBucketResponse]
  6. def associateDRTRole(params: AssociateDRTRoleRequest): Request[AssociateDRTRoleResponse]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  8. def createProtection(params: CreateProtectionRequest): Request[CreateProtectionResponse]
  9. def createSubscription(params: CreateSubscriptionRequest): Request[CreateSubscriptionResponse]
  10. def deleteProtection(params: DeleteProtectionRequest): Request[DeleteProtectionResponse]
  11. def describeAttack(params: DescribeAttackRequest): Request[DescribeAttackResponse]
  12. def describeDRTAccess(params: DescribeDRTAccessRequest): Request[DescribeDRTAccessResponse]
  13. def describeEmergencyContactSettings(params: DescribeEmergencyContactSettingsRequest): Request[DescribeEmergencyContactSettingsResponse]
  14. def describeProtection(params: DescribeProtectionRequest): Request[DescribeProtectionResponse]
  15. def describeSubscription(params: DescribeSubscriptionRequest): Request[DescribeSubscriptionResponse]
  16. def disassociateDRTLogBucket(params: DisassociateDRTLogBucketRequest): Request[DisassociateDRTLogBucketResponse]
  17. def disassociateDRTRole(params: DisassociateDRTRoleRequest): Request[DisassociateDRTRoleResponse]
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  20. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def getSubscriptionState(params: GetSubscriptionStateRequest): Request[GetSubscriptionStateResponse]
  22. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  26. def listAttacks(params: ListAttacksRequest): Request[ListAttacksResponse]
  27. def listProtections(params: ListProtectionsRequest): Request[ListProtectionsResponse]
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toLocaleString(): String
    Definition Classes
    Object
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. def updateEmergencyContactSettings(params: UpdateEmergencyContactSettingsRequest): Request[UpdateEmergencyContactSettingsResponse]
  36. def updateSubscription(params: UpdateSubscriptionRequest): Request[UpdateSubscriptionResponse]
  37. def valueOf(): Any
    Definition Classes
    Object
  38. final def wait(arg0: Long, arg1: Int): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  40. final def wait(): scala.Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def deleteSubscription(params: DeleteSubscriptionRequest): Request[DeleteSubscriptionResponse]
    Annotations
    @deprecated
    Deprecated

    (Since version forever) Deprecated in AWS SDK

  2. def finalize(): scala.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