Uses of Class
com.amazonaws.services.elasticbeanstalk.model.RebuildEnvironmentRequest
-
Packages that use RebuildEnvironmentRequest Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of RebuildEnvironmentRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type RebuildEnvironmentRequest Modifier and Type Method Description RebuildEnvironmentResultAbstractAWSElasticBeanstalk. rebuildEnvironment(RebuildEnvironmentRequest request)RebuildEnvironmentResultAWSElasticBeanstalk. 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.RebuildEnvironmentResultAWSElasticBeanstalkClient. 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.Future<RebuildEnvironmentResult>AbstractAWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest request)Future<RebuildEnvironmentResult>AbstractAWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler)Future<RebuildEnvironmentResult>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.Future<RebuildEnvironmentResult>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.Future<RebuildEnvironmentResult>AWSElasticBeanstalkAsyncClient. rebuildEnvironmentAsync(RebuildEnvironmentRequest request)Future<RebuildEnvironmentResult>AWSElasticBeanstalkAsyncClient. rebuildEnvironmentAsync(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler)Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type RebuildEnvironmentRequest Modifier and Type Method Description Future<RebuildEnvironmentResult>AbstractAWSElasticBeanstalkAsync. rebuildEnvironmentAsync(RebuildEnvironmentRequest request, AsyncHandler<RebuildEnvironmentRequest,RebuildEnvironmentResult> asyncHandler)Future<RebuildEnvironmentResult>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.Future<RebuildEnvironmentResult>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 RebuildEnvironmentRequest Modifier and Type Method Description RebuildEnvironmentRequestRebuildEnvironmentRequest. clone()RebuildEnvironmentRequestRebuildEnvironmentRequest. withEnvironmentId(String environmentId)The ID of the environment to rebuild.RebuildEnvironmentRequestRebuildEnvironmentRequest. withEnvironmentName(String environmentName)The name of the environment to rebuild.
-