Class

com.github.j5ik2o.reactive.aws.ec2.model.ops

RunInstancesRequestBuilderOps

Related Doc: package ops

Permalink

final class RunInstancesRequestBuilderOps extends AnyVal

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RunInstancesRequestBuilderOps
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new RunInstancesRequestBuilderOps(self: Builder)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. final def additionalInfoAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. final def blockDeviceMappingsAsScala(value: Option[Seq[BlockDeviceMapping]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  7. final def capacityReservationSpecificationAsScala(value: Option[CapacityReservationSpecification]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  8. final def clientTokenAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  9. final def cpuOptionsAsScala(value: Option[CpuOptionsRequest]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  10. final def creditSpecificationAsScala(value: Option[CreditSpecificationRequest]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  11. final def disableApiTerminationAsScala(value: Option[Boolean]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  12. final def ebsOptimizedAsScala(value: Option[Boolean]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  13. final def elasticGpuSpecificationAsScala(value: Option[Seq[ElasticGpuSpecification]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  14. final def elasticInferenceAcceleratorsAsScala(value: Option[Seq[ElasticInferenceAccelerator]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  15. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  16. final def hibernationOptionsAsScala(value: Option[HibernationOptionsRequest]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  17. final def iamInstanceProfileAsScala(value: Option[IamInstanceProfileSpecification]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  18. final def imageIdAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  19. final def instanceInitiatedShutdownBehaviorAsScala(value: Option[ShutdownBehavior]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  20. final def instanceMarketOptionsAsScala(value: Option[InstanceMarketOptionsRequest]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  21. final def instanceTypeAsScala(value: Option[InstanceType]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  22. final def ipv6AddressCountAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  23. final def ipv6AddressesAsScala(value: Option[Seq[InstanceIpv6Address]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  24. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  25. final def kernelIdAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  26. final def keyNameAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  27. final def launchTemplateAsScala(value: Option[LaunchTemplateSpecification]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  28. final def licenseSpecificationsAsScala(value: Option[Seq[LicenseConfigurationRequest]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  29. final def maxCountAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  30. final def metadataOptionsAsScala(value: Option[InstanceMetadataOptionsRequest]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  31. final def minCountAsScala(value: Option[Int]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  32. final def monitoringAsScala(value: Option[RunInstancesMonitoringEnabled]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  33. final def networkInterfacesAsScala(value: Option[Seq[InstanceNetworkInterfaceSpecification]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  34. final def placementAsScala(value: Option[Placement]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  35. final def privateIpAddressAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  36. final def ramdiskIdAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  37. final def securityGroupIdsAsScala(value: Option[Seq[String]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  38. final def securityGroupsAsScala(value: Option[Seq[String]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  39. val self: Builder

    Permalink
  40. final def subnetIdAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  41. final def tagSpecificationsAsScala(value: Option[Seq[TagSpecification]]): Builder

    Permalink
    Annotations
    @SuppressWarnings()
  42. def toString(): String

    Permalink
    Definition Classes
    Any
  43. final def userDataAsScala(value: Option[String]): Builder

    Permalink
    Annotations
    @SuppressWarnings()

Inherited from AnyVal

Inherited from Any

Ungrouped