| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeEventsResponse |
ElasticBeanstalkClient.describeEvents(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6 weeks.
|
default CompletableFuture<DescribeEventsResponse> |
ElasticBeanstalkAsyncClient.describeEvents(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6 weeks.
|
default DescribeEventsIterable |
ElasticBeanstalkClient.describeEventsPaginator(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6 weeks.
|
default DescribeEventsPublisher |
ElasticBeanstalkAsyncClient.describeEventsPaginator(Consumer<DescribeEventsRequest.Builder> describeEventsRequest)
Returns list of event descriptions matching criteria up to the last 6 weeks.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.applicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with
this application.
|
static DescribeEventsRequest.Builder |
DescribeEventsRequest.builder() |
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.endTime(Instant endTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not
including, the
EndTime. |
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.environmentId(String environmentId)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.environmentName(String environmentName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.maxRecords(Integer maxRecords)
Specifies the maximum number of events that can be returned, beginning with the most recent event.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.nextToken(String nextToken)
Pagination token.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.platformArn(String platformArn)
The ARN of a custom platform version.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.requestId(String requestId)
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this
request ID.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.severity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.severity(String severity)
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.startTime(Instant startTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this
time.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.templateName(String templateName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with
this environment configuration.
|
DescribeEventsRequest.Builder |
DescribeEventsRequest.toBuilder() |
DescribeEventsRequest.Builder |
DescribeEventsRequest.Builder.versionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
application version.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeEventsRequest.Builder> |
DescribeEventsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.