Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RebuildEnvironmentRequest
Packages that use RebuildEnvironmentRequest
Package
Description
-
Uses of RebuildEnvironmentRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RebuildEnvironmentRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.rebuildEnvironment
(RebuildEnvironmentRequest request) AWSElasticBeanstalk.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.AWSElasticBeanstalkClient.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.AbstractAWSElasticBeanstalkAsync.rebuildEnvironmentAsync
(RebuildEnvironmentRequest request) AbstractAWSElasticBeanstalkAsync.rebuildEnvironmentAsync
(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest, RebuildEnvironmentResult> asyncHandler) AWSElasticBeanstalkAsync.rebuildEnvironmentAsync
(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.AWSElasticBeanstalkAsync.rebuildEnvironmentAsync
(RebuildEnvironmentRequest rebuildEnvironmentRequest, AsyncHandler<RebuildEnvironmentRequest, RebuildEnvironmentResult> asyncHandler) 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.AWSElasticBeanstalkAsyncClient.rebuildEnvironmentAsync
(RebuildEnvironmentRequest request) AWSElasticBeanstalkAsyncClient.rebuildEnvironmentAsync
(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest, RebuildEnvironmentResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RebuildEnvironmentRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.rebuildEnvironmentAsync
(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest, RebuildEnvironmentResult> asyncHandler) AWSElasticBeanstalkAsync.rebuildEnvironmentAsync
(RebuildEnvironmentRequest rebuildEnvironmentRequest, AsyncHandler<RebuildEnvironmentRequest, RebuildEnvironmentResult> asyncHandler) 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.AWSElasticBeanstalkAsyncClient.rebuildEnvironmentAsync
(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest, RebuildEnvironmentResult> asyncHandler) -
Uses of RebuildEnvironmentRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return RebuildEnvironmentRequestModifier and TypeMethodDescriptionRebuildEnvironmentRequest.clone()
RebuildEnvironmentRequest.withEnvironmentId
(String environmentId) The ID of the environment to rebuild.RebuildEnvironmentRequest.withEnvironmentName
(String environmentName) The name of the environment to rebuild.