Class

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

ResponseLaunchTemplateDataBuilderOps

Related Doc: package ops

Permalink

final class ResponseLaunchTemplateDataBuilderOps extends AnyVal

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

Instance Constructors

  1. new ResponseLaunchTemplateDataBuilderOps(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 asInstanceOf[T0]: T0

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

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

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

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

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

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

    Permalink
    Annotations
    @SuppressWarnings()
  11. final def elasticGpuSpecificationsAsScala(value: Option[Seq[ElasticGpuSpecificationResponse]]): Builder

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  32. final def tagSpecificationsAsScala(value: Option[Seq[LaunchTemplateTagSpecification]]): Builder

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

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

    Permalink
    Annotations
    @SuppressWarnings()

Inherited from AnyVal

Inherited from Any

Ungrouped