Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ManagedAction
-
Packages that use ManagedAction Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ManagedAction in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ManagedAction Modifier and Type Method Description List<ManagedAction>DescribeEnvironmentManagedActionsResponse. managedActions()A list of upcoming and in-progress managed actions.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type ManagedAction Modifier and Type Method Description DescribeEnvironmentManagedActionsResponse.BuilderDescribeEnvironmentManagedActionsResponse.Builder. managedActions(ManagedAction... managedActions)A list of upcoming and in-progress managed actions.Method parameters in software.amazon.awssdk.services.elasticbeanstalk.model with type arguments of type ManagedAction Modifier and Type Method Description DescribeEnvironmentManagedActionsResponse.BuilderDescribeEnvironmentManagedActionsResponse.Builder. managedActions(Collection<ManagedAction> managedActions)A list of upcoming and in-progress managed actions.
-