Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.UpdateApplicationVersionRequest.Builder
-
Packages that use UpdateApplicationVersionRequest.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of UpdateApplicationVersionRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk
Method parameters in software.amazon.awssdk.services.elasticbeanstalk with type arguments of type UpdateApplicationVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateApplicationVersionResponse>ElasticBeanstalkAsyncClient. updateApplicationVersion(Consumer<UpdateApplicationVersionRequest.Builder> updateApplicationVersionRequest)Updates the specified application version to have the specified properties.default UpdateApplicationVersionResponseElasticBeanstalkClient. updateApplicationVersion(Consumer<UpdateApplicationVersionRequest.Builder> updateApplicationVersionRequest)Updates the specified application version to have the specified properties. -
Uses of UpdateApplicationVersionRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return UpdateApplicationVersionRequest.Builder Modifier and Type Method Description UpdateApplicationVersionRequest.BuilderUpdateApplicationVersionRequest.Builder. applicationName(String applicationName)The name of the application associated with this version.static UpdateApplicationVersionRequest.BuilderUpdateApplicationVersionRequest. builder()UpdateApplicationVersionRequest.BuilderUpdateApplicationVersionRequest.Builder. description(String description)A new description for this version.UpdateApplicationVersionRequest.BuilderUpdateApplicationVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateApplicationVersionRequest.BuilderUpdateApplicationVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateApplicationVersionRequest.BuilderUpdateApplicationVersionRequest. toBuilder()UpdateApplicationVersionRequest.BuilderUpdateApplicationVersionRequest.Builder. versionLabel(String versionLabel)The name of the version to update.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type UpdateApplicationVersionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateApplicationVersionRequest.Builder>UpdateApplicationVersionRequest. serializableBuilderClass()
-