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 describeComputeEnvironmentsPaginatorFlow: Flow[DescribeComputeEnvironmentsRequest, DescribeComputeEnvironmentsResponse, NotUsed]

    Permalink
  20. def describeComputeEnvironmentsPaginatorSource: Source[DescribeComputeEnvironmentsResponse, NotUsed]

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

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

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

    Permalink
  24. def describeJobDefinitionsPaginatorFlow: Flow[DescribeJobDefinitionsRequest, DescribeJobDefinitionsResponse, NotUsed]

    Permalink
  25. def describeJobDefinitionsPaginatorSource: Source[DescribeJobDefinitionsResponse, NotUsed]

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

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

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

    Permalink
  29. def describeJobQueuesPaginatorFlow: Flow[DescribeJobQueuesRequest, DescribeJobQueuesResponse, NotUsed]

    Permalink
  30. def describeJobQueuesPaginatorSource: Source[DescribeJobQueuesResponse, NotUsed]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  42. def listJobsPaginatorFlow: Flow[ListJobsRequest, ListJobsResponse, NotUsed]

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

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

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

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

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

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

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

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

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

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

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

    Permalink
  54. def toString(): String

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

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

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

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

    Permalink
  59. final def wait(): Unit

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

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

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

Inherited from AnyRef

Inherited from Any

Ungrouped