Trait/Object

com.github.j5ik2o.reactive.aws.elasticbeanstalk.akka

ElasticBeanstalkAkkaClient

Related Docs: object ElasticBeanstalkAkkaClient | package akka

Permalink

trait ElasticBeanstalkAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: ElasticBeanstalkAsyncClient

    Permalink

Concrete Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def abortEnvironmentUpdateFlow(parallelism: Int = DefaultParallelism): Flow[AbortEnvironmentUpdateRequest, AbortEnvironmentUpdateResponse, NotUsed]

    Permalink
  5. def abortEnvironmentUpdateSource(abortEnvironmentUpdateRequest: AbortEnvironmentUpdateRequest, parallelism: Int = DefaultParallelism): Source[AbortEnvironmentUpdateResponse, NotUsed]

    Permalink
  6. def applyEnvironmentManagedActionFlow(parallelism: Int = DefaultParallelism): Flow[ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResponse, NotUsed]

    Permalink
  7. def applyEnvironmentManagedActionSource(applyEnvironmentManagedActionRequest: ApplyEnvironmentManagedActionRequest, parallelism: Int = DefaultParallelism): Source[ApplyEnvironmentManagedActionResponse, NotUsed]

    Permalink
  8. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  9. def checkDNSAvailabilityFlow(parallelism: Int = DefaultParallelism): Flow[CheckDnsAvailabilityRequest, CheckDnsAvailabilityResponse, NotUsed]

    Permalink
  10. def checkDNSAvailabilitySource(checkDnsAvailabilityRequest: CheckDnsAvailabilityRequest, parallelism: Int = DefaultParallelism): Source[CheckDnsAvailabilityResponse, NotUsed]

    Permalink
  11. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  12. def composeEnvironmentsFlow(parallelism: Int = DefaultParallelism): Flow[ComposeEnvironmentsRequest, ComposeEnvironmentsResponse, NotUsed]

    Permalink
  13. def composeEnvironmentsSource(composeEnvironmentsRequest: ComposeEnvironmentsRequest, parallelism: Int = DefaultParallelism): Source[ComposeEnvironmentsResponse, NotUsed]

    Permalink
  14. def createApplicationFlow(parallelism: Int = DefaultParallelism): Flow[CreateApplicationRequest, CreateApplicationResponse, NotUsed]

    Permalink
  15. def createApplicationSource(createApplicationRequest: CreateApplicationRequest, parallelism: Int = DefaultParallelism): Source[CreateApplicationResponse, NotUsed]

    Permalink
  16. def createApplicationVersionFlow(parallelism: Int = DefaultParallelism): Flow[CreateApplicationVersionRequest, CreateApplicationVersionResponse, NotUsed]

    Permalink
  17. def createApplicationVersionSource(createApplicationVersionRequest: CreateApplicationVersionRequest, parallelism: Int = DefaultParallelism): Source[CreateApplicationVersionResponse, NotUsed]

    Permalink
  18. def createConfigurationTemplateFlow(parallelism: Int = DefaultParallelism): Flow[CreateConfigurationTemplateRequest, CreateConfigurationTemplateResponse, NotUsed]

    Permalink
  19. def createConfigurationTemplateSource(createConfigurationTemplateRequest: CreateConfigurationTemplateRequest, parallelism: Int = DefaultParallelism): Source[CreateConfigurationTemplateResponse, NotUsed]

    Permalink
  20. def createEnvironmentFlow(parallelism: Int = DefaultParallelism): Flow[CreateEnvironmentRequest, CreateEnvironmentResponse, NotUsed]

    Permalink
  21. def createEnvironmentSource(createEnvironmentRequest: CreateEnvironmentRequest, parallelism: Int = DefaultParallelism): Source[CreateEnvironmentResponse, NotUsed]

    Permalink
  22. def createPlatformVersionFlow(parallelism: Int = DefaultParallelism): Flow[CreatePlatformVersionRequest, CreatePlatformVersionResponse, NotUsed]

    Permalink
  23. def createPlatformVersionSource(createPlatformVersionRequest: CreatePlatformVersionRequest, parallelism: Int = DefaultParallelism): Source[CreatePlatformVersionResponse, NotUsed]

    Permalink
  24. def createStorageLocationFlow(parallelism: Int = DefaultParallelism): Flow[CreateStorageLocationRequest, CreateStorageLocationResponse, NotUsed]

    Permalink
  25. def createStorageLocationSource(): Source[CreateStorageLocationResponse, NotUsed]

    Permalink
  26. def createStorageLocationSource(createStorageLocationRequest: CreateStorageLocationRequest, parallelism: Int = DefaultParallelism): Source[CreateStorageLocationResponse, NotUsed]

    Permalink
  27. def deleteApplicationFlow(parallelism: Int = DefaultParallelism): Flow[DeleteApplicationRequest, DeleteApplicationResponse, NotUsed]

    Permalink
  28. def deleteApplicationSource(deleteApplicationRequest: DeleteApplicationRequest, parallelism: Int = DefaultParallelism): Source[DeleteApplicationResponse, NotUsed]

    Permalink
  29. def deleteApplicationVersionFlow(parallelism: Int = DefaultParallelism): Flow[DeleteApplicationVersionRequest, DeleteApplicationVersionResponse, NotUsed]

    Permalink
  30. def deleteApplicationVersionSource(deleteApplicationVersionRequest: DeleteApplicationVersionRequest, parallelism: Int = DefaultParallelism): Source[DeleteApplicationVersionResponse, NotUsed]

    Permalink
  31. def deleteConfigurationTemplateFlow(parallelism: Int = DefaultParallelism): Flow[DeleteConfigurationTemplateRequest, DeleteConfigurationTemplateResponse, NotUsed]

    Permalink
  32. def deleteConfigurationTemplateSource(deleteConfigurationTemplateRequest: DeleteConfigurationTemplateRequest, parallelism: Int = DefaultParallelism): Source[DeleteConfigurationTemplateResponse, NotUsed]

    Permalink
  33. def deleteEnvironmentConfigurationFlow(parallelism: Int = DefaultParallelism): Flow[DeleteEnvironmentConfigurationRequest, DeleteEnvironmentConfigurationResponse, NotUsed]

    Permalink
  34. def deleteEnvironmentConfigurationSource(deleteEnvironmentConfigurationRequest: DeleteEnvironmentConfigurationRequest, parallelism: Int = DefaultParallelism): Source[DeleteEnvironmentConfigurationResponse, NotUsed]

    Permalink
  35. def deletePlatformVersionFlow(parallelism: Int = DefaultParallelism): Flow[DeletePlatformVersionRequest, DeletePlatformVersionResponse, NotUsed]

    Permalink
  36. def deletePlatformVersionSource(deletePlatformVersionRequest: DeletePlatformVersionRequest, parallelism: Int = DefaultParallelism): Source[DeletePlatformVersionResponse, NotUsed]

    Permalink
  37. def describeAccountAttributesFlow(parallelism: Int = DefaultParallelism): Flow[DescribeAccountAttributesRequest, DescribeAccountAttributesResponse, NotUsed]

    Permalink
  38. def describeAccountAttributesSource(): Source[DescribeAccountAttributesResponse, NotUsed]

    Permalink
  39. def describeAccountAttributesSource(describeAccountAttributesRequest: DescribeAccountAttributesRequest, parallelism: Int = DefaultParallelism): Source[DescribeAccountAttributesResponse, NotUsed]

    Permalink
  40. def describeApplicationVersionsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeApplicationVersionsRequest, DescribeApplicationVersionsResponse, NotUsed]

    Permalink
  41. def describeApplicationVersionsSource(): Source[DescribeApplicationVersionsResponse, NotUsed]

    Permalink
  42. def describeApplicationVersionsSource(describeApplicationVersionsRequest: DescribeApplicationVersionsRequest, parallelism: Int = DefaultParallelism): Source[DescribeApplicationVersionsResponse, NotUsed]

    Permalink
  43. def describeApplicationsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeApplicationsRequest, DescribeApplicationsResponse, NotUsed]

    Permalink
  44. def describeApplicationsSource(): Source[DescribeApplicationsResponse, NotUsed]

    Permalink
  45. def describeApplicationsSource(describeApplicationsRequest: DescribeApplicationsRequest, parallelism: Int = DefaultParallelism): Source[DescribeApplicationsResponse, NotUsed]

    Permalink
  46. def describeConfigurationOptionsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeConfigurationOptionsRequest, DescribeConfigurationOptionsResponse, NotUsed]

    Permalink
  47. def describeConfigurationOptionsSource(describeConfigurationOptionsRequest: DescribeConfigurationOptionsRequest, parallelism: Int = DefaultParallelism): Source[DescribeConfigurationOptionsResponse, NotUsed]

    Permalink
  48. def describeConfigurationSettingsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeConfigurationSettingsRequest, DescribeConfigurationSettingsResponse, NotUsed]

    Permalink
  49. def describeConfigurationSettingsSource(describeConfigurationSettingsRequest: DescribeConfigurationSettingsRequest, parallelism: Int = DefaultParallelism): Source[DescribeConfigurationSettingsResponse, NotUsed]

    Permalink
  50. def describeEnvironmentHealthFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEnvironmentHealthRequest, DescribeEnvironmentHealthResponse, NotUsed]

    Permalink
  51. def describeEnvironmentHealthSource(describeEnvironmentHealthRequest: DescribeEnvironmentHealthRequest, parallelism: Int = DefaultParallelism): Source[DescribeEnvironmentHealthResponse, NotUsed]

    Permalink
  52. def describeEnvironmentManagedActionHistoryFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEnvironmentManagedActionHistoryRequest, DescribeEnvironmentManagedActionHistoryResponse, NotUsed]

    Permalink
  53. def describeEnvironmentManagedActionHistorySource(describeEnvironmentManagedActionHistoryRequest: DescribeEnvironmentManagedActionHistoryRequest, parallelism: Int = DefaultParallelism): Source[DescribeEnvironmentManagedActionHistoryResponse, NotUsed]

    Permalink
  54. def describeEnvironmentManagedActionsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEnvironmentManagedActionsRequest, DescribeEnvironmentManagedActionsResponse, NotUsed]

    Permalink
  55. def describeEnvironmentManagedActionsSource(describeEnvironmentManagedActionsRequest: DescribeEnvironmentManagedActionsRequest, parallelism: Int = DefaultParallelism): Source[DescribeEnvironmentManagedActionsResponse, NotUsed]

    Permalink
  56. def describeEnvironmentResourcesFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEnvironmentResourcesRequest, DescribeEnvironmentResourcesResponse, NotUsed]

    Permalink
  57. def describeEnvironmentResourcesSource(describeEnvironmentResourcesRequest: DescribeEnvironmentResourcesRequest, parallelism: Int = DefaultParallelism): Source[DescribeEnvironmentResourcesResponse, NotUsed]

    Permalink
  58. def describeEnvironmentsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEnvironmentsRequest, DescribeEnvironmentsResponse, NotUsed]

    Permalink
  59. def describeEnvironmentsSource(): Source[DescribeEnvironmentsResponse, NotUsed]

    Permalink
  60. def describeEnvironmentsSource(describeEnvironmentsRequest: DescribeEnvironmentsRequest, parallelism: Int = DefaultParallelism): Source[DescribeEnvironmentsResponse, NotUsed]

    Permalink
  61. def describeEventsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeEventsRequest, DescribeEventsResponse, NotUsed]

    Permalink
  62. def describeEventsPaginatorFlow: Flow[DescribeEventsRequest, DescribeEventsResponse, NotUsed]

    Permalink
  63. def describeEventsPaginatorSource: Source[DescribeEventsResponse, NotUsed]

    Permalink
  64. def describeEventsSource(): Source[DescribeEventsResponse, NotUsed]

    Permalink
  65. def describeEventsSource(describeEventsRequest: DescribeEventsRequest, parallelism: Int = DefaultParallelism): Source[DescribeEventsResponse, NotUsed]

    Permalink
  66. def describeInstancesHealthFlow(parallelism: Int = DefaultParallelism): Flow[DescribeInstancesHealthRequest, DescribeInstancesHealthResponse, NotUsed]

    Permalink
  67. def describeInstancesHealthSource(describeInstancesHealthRequest: DescribeInstancesHealthRequest, parallelism: Int = DefaultParallelism): Source[DescribeInstancesHealthResponse, NotUsed]

    Permalink
  68. def describePlatformVersionFlow(parallelism: Int = DefaultParallelism): Flow[DescribePlatformVersionRequest, DescribePlatformVersionResponse, NotUsed]

    Permalink
  69. def describePlatformVersionSource(describePlatformVersionRequest: DescribePlatformVersionRequest, parallelism: Int = DefaultParallelism): Source[DescribePlatformVersionResponse, NotUsed]

    Permalink
  70. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  71. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  72. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  73. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  74. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  75. def listAvailableSolutionStacksFlow(parallelism: Int = DefaultParallelism): Flow[ListAvailableSolutionStacksRequest, ListAvailableSolutionStacksResponse, NotUsed]

    Permalink
  76. def listAvailableSolutionStacksSource(): Source[ListAvailableSolutionStacksResponse, NotUsed]

    Permalink
  77. def listAvailableSolutionStacksSource(listAvailableSolutionStacksRequest: ListAvailableSolutionStacksRequest, parallelism: Int = DefaultParallelism): Source[ListAvailableSolutionStacksResponse, NotUsed]

    Permalink
  78. def listPlatformVersionsFlow(parallelism: Int = DefaultParallelism): Flow[ListPlatformVersionsRequest, ListPlatformVersionsResponse, NotUsed]

    Permalink
  79. def listPlatformVersionsSource(): Source[ListPlatformVersionsResponse, NotUsed]

    Permalink
  80. def listPlatformVersionsSource(listPlatformVersionsRequest: ListPlatformVersionsRequest, parallelism: Int = DefaultParallelism): Source[ListPlatformVersionsResponse, NotUsed]

    Permalink
  81. def listTagsForResourceFlow(parallelism: Int = DefaultParallelism): Flow[ListTagsForResourceRequest, ListTagsForResourceResponse, NotUsed]

    Permalink
  82. def listTagsForResourceSource(listTagsForResourceRequest: ListTagsForResourceRequest, parallelism: Int = DefaultParallelism): Source[ListTagsForResourceResponse, NotUsed]

    Permalink
  83. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  84. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  85. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  86. def rebuildEnvironmentFlow(parallelism: Int = DefaultParallelism): Flow[RebuildEnvironmentRequest, RebuildEnvironmentResponse, NotUsed]

    Permalink
  87. def rebuildEnvironmentSource(rebuildEnvironmentRequest: RebuildEnvironmentRequest, parallelism: Int = DefaultParallelism): Source[RebuildEnvironmentResponse, NotUsed]

    Permalink
  88. def requestEnvironmentInfoFlow(parallelism: Int = DefaultParallelism): Flow[RequestEnvironmentInfoRequest, RequestEnvironmentInfoResponse, NotUsed]

    Permalink
  89. def requestEnvironmentInfoSource(requestEnvironmentInfoRequest: RequestEnvironmentInfoRequest, parallelism: Int = DefaultParallelism): Source[RequestEnvironmentInfoResponse, NotUsed]

    Permalink
  90. def restartAppServerFlow(parallelism: Int = DefaultParallelism): Flow[RestartAppServerRequest, RestartAppServerResponse, NotUsed]

    Permalink
  91. def restartAppServerSource(restartAppServerRequest: RestartAppServerRequest, parallelism: Int = DefaultParallelism): Source[RestartAppServerResponse, NotUsed]

    Permalink
  92. def retrieveEnvironmentInfoFlow(parallelism: Int = DefaultParallelism): Flow[RetrieveEnvironmentInfoRequest, RetrieveEnvironmentInfoResponse, NotUsed]

    Permalink
  93. def retrieveEnvironmentInfoSource(retrieveEnvironmentInfoRequest: RetrieveEnvironmentInfoRequest, parallelism: Int = DefaultParallelism): Source[RetrieveEnvironmentInfoResponse, NotUsed]

    Permalink
  94. def swapEnvironmentCNAMEsFlow(parallelism: Int = DefaultParallelism): Flow[SwapEnvironmentCnamEsRequest, SwapEnvironmentCNAMEsResponse, NotUsed]

    Permalink
  95. def swapEnvironmentCNAMEsSource(swapEnvironmentCnamEsRequest: SwapEnvironmentCnamEsRequest, parallelism: Int = DefaultParallelism): Source[SwapEnvironmentCNAMEsResponse, NotUsed]

    Permalink
  96. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  97. def terminateEnvironmentFlow(parallelism: Int = DefaultParallelism): Flow[TerminateEnvironmentRequest, TerminateEnvironmentResponse, NotUsed]

    Permalink
  98. def terminateEnvironmentSource(terminateEnvironmentRequest: TerminateEnvironmentRequest, parallelism: Int = DefaultParallelism): Source[TerminateEnvironmentResponse, NotUsed]

    Permalink
  99. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  100. def updateApplicationFlow(parallelism: Int = DefaultParallelism): Flow[UpdateApplicationRequest, UpdateApplicationResponse, NotUsed]

    Permalink
  101. def updateApplicationResourceLifecycleFlow(parallelism: Int = DefaultParallelism): Flow[UpdateApplicationResourceLifecycleRequest, UpdateApplicationResourceLifecycleResponse, NotUsed]

    Permalink
  102. def updateApplicationResourceLifecycleSource(updateApplicationResourceLifecycleRequest: UpdateApplicationResourceLifecycleRequest, parallelism: Int = DefaultParallelism): Source[UpdateApplicationResourceLifecycleResponse, NotUsed]

    Permalink
  103. def updateApplicationSource(updateApplicationRequest: UpdateApplicationRequest, parallelism: Int = DefaultParallelism): Source[UpdateApplicationResponse, NotUsed]

    Permalink
  104. def updateApplicationVersionFlow(parallelism: Int = DefaultParallelism): Flow[UpdateApplicationVersionRequest, UpdateApplicationVersionResponse, NotUsed]

    Permalink
  105. def updateApplicationVersionSource(updateApplicationVersionRequest: UpdateApplicationVersionRequest, parallelism: Int = DefaultParallelism): Source[UpdateApplicationVersionResponse, NotUsed]

    Permalink
  106. def updateConfigurationTemplateFlow(parallelism: Int = DefaultParallelism): Flow[UpdateConfigurationTemplateRequest, UpdateConfigurationTemplateResponse, NotUsed]

    Permalink
  107. def updateConfigurationTemplateSource(updateConfigurationTemplateRequest: UpdateConfigurationTemplateRequest, parallelism: Int = DefaultParallelism): Source[UpdateConfigurationTemplateResponse, NotUsed]

    Permalink
  108. def updateEnvironmentFlow(parallelism: Int = DefaultParallelism): Flow[UpdateEnvironmentRequest, UpdateEnvironmentResponse, NotUsed]

    Permalink
  109. def updateEnvironmentSource(updateEnvironmentRequest: UpdateEnvironmentRequest, parallelism: Int = DefaultParallelism): Source[UpdateEnvironmentResponse, NotUsed]

    Permalink
  110. def updateTagsForResourceFlow(parallelism: Int = DefaultParallelism): Flow[UpdateTagsForResourceRequest, UpdateTagsForResourceResponse, NotUsed]

    Permalink
  111. def updateTagsForResourceSource(updateTagsForResourceRequest: UpdateTagsForResourceRequest, parallelism: Int = DefaultParallelism): Source[UpdateTagsForResourceResponse, NotUsed]

    Permalink
  112. def validateConfigurationSettingsFlow(parallelism: Int = DefaultParallelism): Flow[ValidateConfigurationSettingsRequest, ValidateConfigurationSettingsResponse, NotUsed]

    Permalink
  113. def validateConfigurationSettingsSource(validateConfigurationSettingsRequest: ValidateConfigurationSettingsRequest, parallelism: Int = DefaultParallelism): Source[ValidateConfigurationSettingsResponse, NotUsed]

    Permalink
  114. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  115. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  116. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped