| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteApplicationResponse |
ElasticBeanstalkClient.deleteApplication(Consumer<DeleteApplicationRequest.Builder> deleteApplicationRequest)
Deletes the specified application along with all associated versions and configurations.
|
default DeleteApplicationResponse |
ElasticBeanstalkClient.deleteApplication(DeleteApplicationRequest deleteApplicationRequest)
Deletes the specified application along with all associated versions and configurations.
|
default DeleteApplicationVersionResponse |
ElasticBeanstalkClient.deleteApplicationVersion(Consumer<DeleteApplicationVersionRequest.Builder> deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
default DeleteApplicationVersionResponse |
ElasticBeanstalkClient.deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.
|
default DeleteConfigurationTemplateResponse |
ElasticBeanstalkClient.deleteConfigurationTemplate(Consumer<DeleteConfigurationTemplateRequest.Builder> deleteConfigurationTemplateRequest)
Deletes the specified configuration template.
|
default DeleteConfigurationTemplateResponse |
ElasticBeanstalkClient.deleteConfigurationTemplate(DeleteConfigurationTemplateRequest deleteConfigurationTemplateRequest)
Deletes the specified configuration template.
|
default DeletePlatformVersionResponse |
ElasticBeanstalkClient.deletePlatformVersion(Consumer<DeletePlatformVersionRequest.Builder> deletePlatformVersionRequest)
Deletes the specified version of a custom platform.
|
default DeletePlatformVersionResponse |
ElasticBeanstalkClient.deletePlatformVersion(DeletePlatformVersionRequest deletePlatformVersionRequest)
Deletes the specified version of a custom platform.
|
default UpdateTagsForResourceResponse |
ElasticBeanstalkClient.updateTagsForResource(Consumer<UpdateTagsForResourceRequest.Builder> updateTagsForResourceRequest)
Update the list of tags applied to an AWS Elastic Beanstalk resource.
|
default UpdateTagsForResourceResponse |
ElasticBeanstalkClient.updateTagsForResource(UpdateTagsForResourceRequest updateTagsForResourceRequest)
Update the list of tags applied to an AWS Elastic Beanstalk resource.
|
Copyright © 2021. All rights reserved.