object Capability extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Capability
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- implicit def toAws(value: Capability): software.amazon.awscdk.services.ecs.Capability
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object All extends Capability with Product with Serializable
- case object AuditControl extends Capability with Product with Serializable
- case object AuditWrite extends Capability with Product with Serializable
- case object BlockSuspend extends Capability with Product with Serializable
- case object Chown extends Capability with Product with Serializable
- case object DacOverride extends Capability with Product with Serializable
- case object DacReadSearch extends Capability with Product with Serializable
- case object Fowner extends Capability with Product with Serializable
- case object Fsetid extends Capability with Product with Serializable
- case object IpcLock extends Capability with Product with Serializable
- case object IpcOwner extends Capability with Product with Serializable
- case object Kill extends Capability with Product with Serializable
- case object Lease extends Capability with Product with Serializable
- case object LinuxImmutable extends Capability with Product with Serializable
- case object MacAdmin extends Capability with Product with Serializable
- case object MacOverride extends Capability with Product with Serializable
- case object Mknod extends Capability with Product with Serializable
- case object NetAdmin extends Capability with Product with Serializable
- case object NetBindService extends Capability with Product with Serializable
- case object NetBroadcast extends Capability with Product with Serializable
- case object NetRaw extends Capability with Product with Serializable
- case object Setfcap extends Capability with Product with Serializable
- case object Setgid extends Capability with Product with Serializable
- case object Setpcap extends Capability with Product with Serializable
- case object Setuid extends Capability with Product with Serializable
- case object SysAdmin extends Capability with Product with Serializable
- case object SysBoot extends Capability with Product with Serializable
- case object SysChroot extends Capability with Product with Serializable
- case object SysModule extends Capability with Product with Serializable
- case object SysNice extends Capability with Product with Serializable
- case object SysPacct extends Capability with Product with Serializable
- case object SysPtrace extends Capability with Product with Serializable
- case object SysRawio extends Capability with Product with Serializable
- case object SysResource extends Capability with Product with Serializable
- case object SysTime extends Capability with Product with Serializable
- case object SysTtyConfig extends Capability with Product with Serializable
- case object Syslog extends Capability with Product with Serializable
- case object WakeAlarm extends Capability with Product with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated