Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.ApplyEnvironmentManagedActionRequest.Builder
-
Packages that use ApplyEnvironmentManagedActionRequest.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ApplyEnvironmentManagedActionRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk
Method parameters in software.amazon.awssdk.services.elasticbeanstalk with type arguments of type ApplyEnvironmentManagedActionRequest.Builder Modifier and Type Method Description default CompletableFuture<ApplyEnvironmentManagedActionResponse>ElasticBeanstalkAsyncClient. applyEnvironmentManagedAction(Consumer<ApplyEnvironmentManagedActionRequest.Builder> applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately.default ApplyEnvironmentManagedActionResponseElasticBeanstalkClient. applyEnvironmentManagedAction(Consumer<ApplyEnvironmentManagedActionRequest.Builder> applyEnvironmentManagedActionRequest)Applies a scheduled managed action immediately. -
Uses of ApplyEnvironmentManagedActionRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ApplyEnvironmentManagedActionRequest.Builder Modifier and Type Method Description ApplyEnvironmentManagedActionRequest.BuilderApplyEnvironmentManagedActionRequest.Builder. actionId(String actionId)The action ID of the scheduled managed action to execute.static ApplyEnvironmentManagedActionRequest.BuilderApplyEnvironmentManagedActionRequest. builder()ApplyEnvironmentManagedActionRequest.BuilderApplyEnvironmentManagedActionRequest.Builder. environmentId(String environmentId)The environment ID of the target environment.ApplyEnvironmentManagedActionRequest.BuilderApplyEnvironmentManagedActionRequest.Builder. environmentName(String environmentName)The name of the target environment.ApplyEnvironmentManagedActionRequest.BuilderApplyEnvironmentManagedActionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ApplyEnvironmentManagedActionRequest.BuilderApplyEnvironmentManagedActionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ApplyEnvironmentManagedActionRequest.BuilderApplyEnvironmentManagedActionRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ApplyEnvironmentManagedActionRequest.Builder Modifier and Type Method Description static Class<? extends ApplyEnvironmentManagedActionRequest.Builder>ApplyEnvironmentManagedActionRequest. serializableBuilderClass()
-