Trait/Object

com.github.j5ik2o.reactive.aws.elasticbeanstalk

ElasticBeanstalkSyncClient

Related Docs: object ElasticBeanstalkSyncClient | package elasticbeanstalk

Permalink

trait ElasticBeanstalkSyncClient extends ElasticBeanstalkClient[[β$0$]Either[Throwable, β$0$]]

See also

https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/elasticbeanstalk/ElasticBeanstalkClient.html

Linear Supertypes
ElasticBeanstalkClient[[β$0$]Either[Throwable, β$0$]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ElasticBeanstalkSyncClient
  2. ElasticBeanstalkClient
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract val underlying: software.amazon.awssdk.services.elasticbeanstalk.ElasticBeanstalkClient

    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 abortEnvironmentUpdate(abortEnvironmentUpdateRequest: AbortEnvironmentUpdateRequest): Either[Throwable, AbortEnvironmentUpdateResponse]

    Permalink
  5. def applyEnvironmentManagedAction(applyEnvironmentManagedActionRequest: ApplyEnvironmentManagedActionRequest): Either[Throwable, ApplyEnvironmentManagedActionResponse]

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def associateEnvironmentOperationsRole(associateEnvironmentOperationsRoleRequest: AssociateEnvironmentOperationsRoleRequest): Either[Throwable, AssociateEnvironmentOperationsRoleResponse]

    Permalink
  8. def checkDNSAvailability(checkDnsAvailabilityRequest: CheckDnsAvailabilityRequest): Either[Throwable, CheckDnsAvailabilityResponse]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  10. def composeEnvironments(composeEnvironmentsRequest: ComposeEnvironmentsRequest): Either[Throwable, ComposeEnvironmentsResponse]

    Permalink
  11. def createApplication(createApplicationRequest: CreateApplicationRequest): Either[Throwable, CreateApplicationResponse]

    Permalink
  12. def createApplicationVersion(createApplicationVersionRequest: CreateApplicationVersionRequest): Either[Throwable, CreateApplicationVersionResponse]

    Permalink
  13. def createConfigurationTemplate(createConfigurationTemplateRequest: CreateConfigurationTemplateRequest): Either[Throwable, CreateConfigurationTemplateResponse]

    Permalink
  14. def createEnvironment(createEnvironmentRequest: CreateEnvironmentRequest): Either[Throwable, CreateEnvironmentResponse]

    Permalink
  15. def createPlatformVersion(createPlatformVersionRequest: CreatePlatformVersionRequest): Either[Throwable, CreatePlatformVersionResponse]

    Permalink
  16. def createStorageLocation(createStorageLocationRequest: CreateStorageLocationRequest): Either[Throwable, CreateStorageLocationResponse]

    Permalink
  17. def createStorageLocation(): Either[Throwable, CreateStorageLocationResponse]

    Permalink
  18. def deleteApplication(deleteApplicationRequest: DeleteApplicationRequest): Either[Throwable, DeleteApplicationResponse]

    Permalink
  19. def deleteApplicationVersion(deleteApplicationVersionRequest: DeleteApplicationVersionRequest): Either[Throwable, DeleteApplicationVersionResponse]

    Permalink
  20. def deleteConfigurationTemplate(deleteConfigurationTemplateRequest: DeleteConfigurationTemplateRequest): Either[Throwable, DeleteConfigurationTemplateResponse]

    Permalink
  21. def deleteEnvironmentConfiguration(deleteEnvironmentConfigurationRequest: DeleteEnvironmentConfigurationRequest): Either[Throwable, DeleteEnvironmentConfigurationResponse]

    Permalink
  22. def deletePlatformVersion(deletePlatformVersionRequest: DeletePlatformVersionRequest): Either[Throwable, DeletePlatformVersionResponse]

    Permalink
  23. def describeAccountAttributes(describeAccountAttributesRequest: DescribeAccountAttributesRequest): Either[Throwable, DescribeAccountAttributesResponse]

    Permalink
  24. def describeAccountAttributes(): Either[Throwable, DescribeAccountAttributesResponse]

    Permalink
  25. def describeApplicationVersions(describeApplicationVersionsRequest: DescribeApplicationVersionsRequest): Either[Throwable, DescribeApplicationVersionsResponse]

    Permalink
  26. def describeApplicationVersions(): Either[Throwable, DescribeApplicationVersionsResponse]

    Permalink
  27. def describeApplications(describeApplicationsRequest: DescribeApplicationsRequest): Either[Throwable, DescribeApplicationsResponse]

    Permalink
  28. def describeApplications(): Either[Throwable, DescribeApplicationsResponse]

    Permalink
  29. def describeConfigurationOptions(describeConfigurationOptionsRequest: DescribeConfigurationOptionsRequest): Either[Throwable, DescribeConfigurationOptionsResponse]

    Permalink
  30. def describeConfigurationSettings(describeConfigurationSettingsRequest: DescribeConfigurationSettingsRequest): Either[Throwable, DescribeConfigurationSettingsResponse]

    Permalink
  31. def describeEnvironmentHealth(describeEnvironmentHealthRequest: DescribeEnvironmentHealthRequest): Either[Throwable, DescribeEnvironmentHealthResponse]

    Permalink
  32. def describeEnvironmentManagedActionHistory(describeEnvironmentManagedActionHistoryRequest: DescribeEnvironmentManagedActionHistoryRequest): Either[Throwable, DescribeEnvironmentManagedActionHistoryResponse]

    Permalink
  33. def describeEnvironmentManagedActions(describeEnvironmentManagedActionsRequest: DescribeEnvironmentManagedActionsRequest): Either[Throwable, DescribeEnvironmentManagedActionsResponse]

    Permalink
  34. def describeEnvironmentResources(describeEnvironmentResourcesRequest: DescribeEnvironmentResourcesRequest): Either[Throwable, DescribeEnvironmentResourcesResponse]

    Permalink
  35. def describeEnvironments(describeEnvironmentsRequest: DescribeEnvironmentsRequest): Either[Throwable, DescribeEnvironmentsResponse]

    Permalink
  36. def describeEnvironments(): Either[Throwable, DescribeEnvironmentsResponse]

    Permalink
  37. def describeEvents(describeEventsRequest: DescribeEventsRequest): Either[Throwable, DescribeEventsResponse]

    Permalink
  38. def describeEvents(): Either[Throwable, DescribeEventsResponse]

    Permalink
  39. def describeEventsPaginator(describeEventsRequest: DescribeEventsRequest): DescribeEventsIterable

    Permalink
  40. def describeEventsPaginator(): DescribeEventsIterable

    Permalink
  41. def describeInstancesHealth(describeInstancesHealthRequest: DescribeInstancesHealthRequest): Either[Throwable, DescribeInstancesHealthResponse]

    Permalink
  42. def describePlatformVersion(describePlatformVersionRequest: DescribePlatformVersionRequest): Either[Throwable, DescribePlatformVersionResponse]

    Permalink
  43. def disassociateEnvironmentOperationsRole(disassociateEnvironmentOperationsRoleRequest: DisassociateEnvironmentOperationsRoleRequest): Either[Throwable, DisassociateEnvironmentOperationsRoleResponse]

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

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

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

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

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

    Permalink
    Definition Classes
    Any
  49. def listAvailableSolutionStacks(listAvailableSolutionStacksRequest: ListAvailableSolutionStacksRequest): Either[Throwable, ListAvailableSolutionStacksResponse]

    Permalink
  50. def listAvailableSolutionStacks(): Either[Throwable, ListAvailableSolutionStacksResponse]

    Permalink
  51. def listPlatformBranches(listPlatformBranchesRequest: ListPlatformBranchesRequest): Either[Throwable, ListPlatformBranchesResponse]

    Permalink
  52. def listPlatformBranchesPaginator(listPlatformBranchesRequest: ListPlatformBranchesRequest): ListPlatformBranchesIterable

    Permalink
  53. def listPlatformVersions(listPlatformVersionsRequest: ListPlatformVersionsRequest): Either[Throwable, ListPlatformVersionsResponse]

    Permalink
  54. def listPlatformVersions(): Either[Throwable, ListPlatformVersionsResponse]

    Permalink
  55. def listTagsForResource(listTagsForResourceRequest: ListTagsForResourceRequest): Either[Throwable, ListTagsForResourceResponse]

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  59. def rebuildEnvironment(rebuildEnvironmentRequest: RebuildEnvironmentRequest): Either[Throwable, RebuildEnvironmentResponse]

    Permalink
  60. def requestEnvironmentInfo(requestEnvironmentInfoRequest: RequestEnvironmentInfoRequest): Either[Throwable, RequestEnvironmentInfoResponse]

    Permalink
  61. def restartAppServer(restartAppServerRequest: RestartAppServerRequest): Either[Throwable, RestartAppServerResponse]

    Permalink
  62. def retrieveEnvironmentInfo(retrieveEnvironmentInfoRequest: RetrieveEnvironmentInfoRequest): Either[Throwable, RetrieveEnvironmentInfoResponse]

    Permalink
  63. def swapEnvironmentCNAMEs(swapEnvironmentCnamEsRequest: SwapEnvironmentCnamEsRequest): Either[Throwable, SwapEnvironmentCnamEsResponse]

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

    Permalink
    Definition Classes
    AnyRef
  65. def terminateEnvironment(terminateEnvironmentRequest: TerminateEnvironmentRequest): Either[Throwable, TerminateEnvironmentResponse]

    Permalink
  66. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  67. def updateApplication(updateApplicationRequest: UpdateApplicationRequest): Either[Throwable, UpdateApplicationResponse]

    Permalink
  68. def updateApplicationResourceLifecycle(updateApplicationResourceLifecycleRequest: UpdateApplicationResourceLifecycleRequest): Either[Throwable, UpdateApplicationResourceLifecycleResponse]

    Permalink
  69. def updateApplicationVersion(updateApplicationVersionRequest: UpdateApplicationVersionRequest): Either[Throwable, UpdateApplicationVersionResponse]

    Permalink
  70. def updateConfigurationTemplate(updateConfigurationTemplateRequest: UpdateConfigurationTemplateRequest): Either[Throwable, UpdateConfigurationTemplateResponse]

    Permalink
  71. def updateEnvironment(updateEnvironmentRequest: UpdateEnvironmentRequest): Either[Throwable, UpdateEnvironmentResponse]

    Permalink
  72. def updateTagsForResource(updateTagsForResourceRequest: UpdateTagsForResourceRequest): Either[Throwable, UpdateTagsForResourceResponse]

    Permalink
  73. def validateConfigurationSettings(validateConfigurationSettingsRequest: ValidateConfigurationSettingsRequest): Either[Throwable, ValidateConfigurationSettingsResponse]

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. 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 ElasticBeanstalkClient[[β$0$]Either[Throwable, β$0$]]

Inherited from AnyRef

Inherited from Any

Ungrouped