Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplyEnvironmentManagedActionResult
Packages that use ApplyEnvironmentManagedActionResult
Package
Description
-
Uses of ApplyEnvironmentManagedActionResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return ApplyEnvironmentManagedActionResultModifier 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.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type ApplyEnvironmentManagedActionResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.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 ApplyEnvironmentManagedActionResultModifier 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 ApplyEnvironmentManagedActionResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplyEnvironmentManagedActionResultModifier and TypeMethodDescriptionApplyEnvironmentManagedActionResult.clone()
ApplyEnvironmentManagedActionResult.withActionDescription
(String actionDescription) A description of the managed action.ApplyEnvironmentManagedActionResult.withActionId
(String actionId) The action ID of the managed action.ApplyEnvironmentManagedActionResult.withActionType
(ActionType actionType) The type of managed action.ApplyEnvironmentManagedActionResult.withActionType
(String actionType) The type of managed action.ApplyEnvironmentManagedActionResult.withStatus
(String status) The status of the managed action.