Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ApplyEnvironmentManagedActionRequest
-
Packages that use ApplyEnvironmentManagedActionRequest Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ApplyEnvironmentManagedActionRequest in com.amazonaws.services.elasticbeanstalk
-
Uses of ApplyEnvironmentManagedActionRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ApplyEnvironmentManagedActionRequest Modifier and Type Method Description ApplyEnvironmentManagedActionRequest
ApplyEnvironmentManagedActionRequest. clone()
ApplyEnvironmentManagedActionRequest
ApplyEnvironmentManagedActionRequest. withActionId(String actionId)
The action ID of the scheduled managed action to execute.ApplyEnvironmentManagedActionRequest
ApplyEnvironmentManagedActionRequest. withEnvironmentId(String environmentId)
The environment ID of the target environment.ApplyEnvironmentManagedActionRequest
ApplyEnvironmentManagedActionRequest. withEnvironmentName(String environmentName)
The name of the target environment.
-