Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplyEnvironmentManagedActionRequest
Packages that use ApplyEnvironmentManagedActionRequest
Package
Description
-
Uses of ApplyEnvironmentManagedActionRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type ApplyEnvironmentManagedActionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest request) AWSElasticBeanstalk.applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest) Applies a scheduled managed action immediately.AWSElasticBeanstalkClient.applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest) Applies a scheduled managed action immediately.AbstractAWSElasticBeanstalkAsync.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request) AbstractAWSElasticBeanstalkAsync.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, AsyncHandler<ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult> asyncHandler) AWSElasticBeanstalkAsync.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest) Applies a scheduled managed action immediately.AWSElasticBeanstalkAsync.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest, AsyncHandler<ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult> asyncHandler) Applies a scheduled managed action immediately.AWSElasticBeanstalkAsyncClient.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request) AWSElasticBeanstalkAsyncClient.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, AsyncHandler<ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type ApplyEnvironmentManagedActionRequestModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, AsyncHandler<ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult> asyncHandler) AWSElasticBeanstalkAsync.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest, AsyncHandler<ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult> asyncHandler) Applies a scheduled managed action immediately.AWSElasticBeanstalkAsyncClient.applyEnvironmentManagedActionAsync(ApplyEnvironmentManagedActionRequest request, AsyncHandler<ApplyEnvironmentManagedActionRequest, ApplyEnvironmentManagedActionResult> asyncHandler) -
Uses of ApplyEnvironmentManagedActionRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplyEnvironmentManagedActionRequestModifier and TypeMethodDescriptionApplyEnvironmentManagedActionRequest.clone()ApplyEnvironmentManagedActionRequest.withActionId(String actionId) The action ID of the scheduled managed action to execute.ApplyEnvironmentManagedActionRequest.withEnvironmentId(String environmentId) The environment ID of the target environment.ApplyEnvironmentManagedActionRequest.withEnvironmentName(String environmentName) The name of the target environment.