Trait/Object

com.github.j5ik2o.reactive.aws.batch.akka

BatchAkkaClient

Related Docs: object BatchAkkaClient | package akka

Permalink

trait BatchAkkaClient extends AnyRef

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

Abstract Value Members

  1. abstract val underlying: BatchAsyncClient

    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. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def cancelJobFlow(parallelism: Int = DefaultParallelism): Flow[CancelJobRequest, CancelJobResponse, NotUsed]

    Permalink
  6. def cancelJobSource(cancelJobRequest: CancelJobRequest, parallelism: Int = DefaultParallelism): Source[CancelJobResponse, NotUsed]

    Permalink
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. def createComputeEnvironmentFlow(parallelism: Int = DefaultParallelism): Flow[CreateComputeEnvironmentRequest, CreateComputeEnvironmentResponse, NotUsed]

    Permalink
  9. def createComputeEnvironmentSource(createComputeEnvironmentRequest: CreateComputeEnvironmentRequest, parallelism: Int = DefaultParallelism): Source[CreateComputeEnvironmentResponse, NotUsed]

    Permalink
  10. def createJobQueueFlow(parallelism: Int = DefaultParallelism): Flow[CreateJobQueueRequest, CreateJobQueueResponse, NotUsed]

    Permalink
  11. def createJobQueueSource(createJobQueueRequest: CreateJobQueueRequest, parallelism: Int = DefaultParallelism): Source[CreateJobQueueResponse, NotUsed]

    Permalink
  12. def deleteComputeEnvironmentFlow(parallelism: Int = DefaultParallelism): Flow[DeleteComputeEnvironmentRequest, DeleteComputeEnvironmentResponse, NotUsed]

    Permalink
  13. def deleteComputeEnvironmentSource(deleteComputeEnvironmentRequest: DeleteComputeEnvironmentRequest, parallelism: Int = DefaultParallelism): Source[DeleteComputeEnvironmentResponse, NotUsed]

    Permalink
  14. def deleteJobQueueFlow(parallelism: Int = DefaultParallelism): Flow[DeleteJobQueueRequest, DeleteJobQueueResponse, NotUsed]

    Permalink
  15. def deleteJobQueueSource(deleteJobQueueRequest: DeleteJobQueueRequest, parallelism: Int = DefaultParallelism): Source[DeleteJobQueueResponse, NotUsed]

    Permalink
  16. def deregisterJobDefinitionFlow(parallelism: Int = DefaultParallelism): Flow[DeregisterJobDefinitionRequest, DeregisterJobDefinitionResponse, NotUsed]

    Permalink
  17. def deregisterJobDefinitionSource(deregisterJobDefinitionRequest: DeregisterJobDefinitionRequest, parallelism: Int = DefaultParallelism): Source[DeregisterJobDefinitionResponse, NotUsed]

    Permalink
  18. def describeComputeEnvironmentsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeComputeEnvironmentsRequest, DescribeComputeEnvironmentsResponse, NotUsed]

    Permalink
  19. def describeComputeEnvironmentsSource(): Source[DescribeComputeEnvironmentsResponse, NotUsed]

    Permalink
  20. def describeComputeEnvironmentsSource(describeComputeEnvironmentsRequest: DescribeComputeEnvironmentsRequest, parallelism: Int = DefaultParallelism): Source[DescribeComputeEnvironmentsResponse, NotUsed]

    Permalink
  21. def describeJobDefinitionsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse, NotUsed]

    Permalink
  22. def describeJobDefinitionsSource(): Source[DescribeJobDefinitionsResponse, NotUsed]

    Permalink
  23. def describeJobDefinitionsSource(describeJobDefinitionsRequest: DescribeJobDefinitionsRequest, parallelism: Int = DefaultParallelism): Source[DescribeJobDefinitionsResponse, NotUsed]

    Permalink
  24. def describeJobQueuesFlow(parallelism: Int = DefaultParallelism): Flow[DescribeJobQueuesRequest, DescribeJobQueuesResponse, NotUsed]

    Permalink
  25. def describeJobQueuesSource(): Source[DescribeJobQueuesResponse, NotUsed]

    Permalink
  26. def describeJobQueuesSource(describeJobQueuesRequest: DescribeJobQueuesRequest, parallelism: Int = DefaultParallelism): Source[DescribeJobQueuesResponse, NotUsed]

    Permalink
  27. def describeJobsFlow(parallelism: Int = DefaultParallelism): Flow[DescribeJobsRequest, DescribeJobsResponse, NotUsed]

    Permalink
  28. def describeJobsSource(describeJobsRequest: DescribeJobsRequest, parallelism: Int = DefaultParallelism): Source[DescribeJobsResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def listJobsFlow(parallelism: Int = DefaultParallelism): Flow[ListJobsRequest, ListJobsResponse, NotUsed]

    Permalink
  36. def listJobsSource(listJobsRequest: ListJobsRequest, parallelism: Int = DefaultParallelism): Source[ListJobsResponse, NotUsed]

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

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

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. def registerJobDefinitionFlow(parallelism: Int = DefaultParallelism): Flow[RegisterJobDefinitionRequest, RegisterJobDefinitionResponse, NotUsed]

    Permalink
  41. def registerJobDefinitionSource(registerJobDefinitionRequest: RegisterJobDefinitionRequest, parallelism: Int = DefaultParallelism): Source[RegisterJobDefinitionResponse, NotUsed]

    Permalink
  42. def submitJobFlow(parallelism: Int = DefaultParallelism): Flow[SubmitJobRequest, SubmitJobResponse, NotUsed]

    Permalink
  43. def submitJobSource(submitJobRequest: SubmitJobRequest, parallelism: Int = DefaultParallelism): Source[SubmitJobResponse, NotUsed]

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

    Permalink
    Definition Classes
    AnyRef
  45. def terminateJobFlow(parallelism: Int = DefaultParallelism): Flow[TerminateJobRequest, TerminateJobResponse, NotUsed]

    Permalink
  46. def terminateJobSource(terminateJobRequest: TerminateJobRequest, parallelism: Int = DefaultParallelism): Source[TerminateJobResponse, NotUsed]

    Permalink
  47. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  48. def updateComputeEnvironmentFlow(parallelism: Int = DefaultParallelism): Flow[UpdateComputeEnvironmentRequest, UpdateComputeEnvironmentResponse, NotUsed]

    Permalink
  49. def updateComputeEnvironmentSource(updateComputeEnvironmentRequest: UpdateComputeEnvironmentRequest, parallelism: Int = DefaultParallelism): Source[UpdateComputeEnvironmentResponse, NotUsed]

    Permalink
  50. def updateJobQueueFlow(parallelism: Int = DefaultParallelism): Flow[UpdateJobQueueRequest, UpdateJobQueueResponse, NotUsed]

    Permalink
  51. def updateJobQueueSource(updateJobQueueRequest: UpdateJobQueueRequest, parallelism: Int = DefaultParallelism): Source[UpdateJobQueueResponse, NotUsed]

    Permalink
  52. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped