Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.RebuildEnvironmentResponse
-
Packages that use RebuildEnvironmentResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of RebuildEnvironmentResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return RebuildEnvironmentResponse Modifier and Type Method Description default RebuildEnvironmentResponseElasticBeanstalkClient. rebuildEnvironment(Consumer<RebuildEnvironmentRequest.Builder> rebuildEnvironmentRequest)Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.default RebuildEnvironmentResponseElasticBeanstalkClient. rebuildEnvironment(RebuildEnvironmentRequest rebuildEnvironmentRequest)Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type RebuildEnvironmentResponse Modifier and Type Method Description default CompletableFuture<RebuildEnvironmentResponse>ElasticBeanstalkAsyncClient. rebuildEnvironment(Consumer<RebuildEnvironmentRequest.Builder> rebuildEnvironmentRequest)Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.default CompletableFuture<RebuildEnvironmentResponse>ElasticBeanstalkAsyncClient. rebuildEnvironment(RebuildEnvironmentRequest rebuildEnvironmentRequest)Deletes and recreates all of the AWS resources (for example: the Auto Scaling group, load balancer, etc.) for a specified environment and forces a restart.
-