Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ApplyEnvironmentManagedActionResponse
-
Packages that use ApplyEnvironmentManagedActionResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of ApplyEnvironmentManagedActionResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return ApplyEnvironmentManagedActionResponse Modifier and Type Method Description default ApplyEnvironmentManagedActionResponseElasticBeanstalkClient. applyEnvironmentManagedAction(Consumer<ApplyEnvironmentManagedActionRequest.Builder> applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately.default ApplyEnvironmentManagedActionResponseElasticBeanstalkClient. applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type ApplyEnvironmentManagedActionResponse Modifier and Type Method Description default CompletableFuture<ApplyEnvironmentManagedActionResponse>ElasticBeanstalkAsyncClient. applyEnvironmentManagedAction(Consumer<ApplyEnvironmentManagedActionRequest.Builder> applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately.default CompletableFuture<ApplyEnvironmentManagedActionResponse>ElasticBeanstalkAsyncClient. applyEnvironmentManagedAction(ApplyEnvironmentManagedActionRequest applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately.
-