Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.DeleteApplicationVersionRequest.Builder
-
Packages that use DeleteApplicationVersionRequest.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of DeleteApplicationVersionRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk
Method parameters in software.amazon.awssdk.services.elasticbeanstalk with type arguments of type DeleteApplicationVersionRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteApplicationVersionResponse>ElasticBeanstalkAsyncClient. deleteApplicationVersion(Consumer<DeleteApplicationVersionRequest.Builder> deleteApplicationVersionRequest)Deletes the specified version from the specified application.default DeleteApplicationVersionResponseElasticBeanstalkClient. deleteApplicationVersion(Consumer<DeleteApplicationVersionRequest.Builder> deleteApplicationVersionRequest)Deletes the specified version from the specified application. -
Uses of DeleteApplicationVersionRequest.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return DeleteApplicationVersionRequest.Builder Modifier and Type Method Description DeleteApplicationVersionRequest.BuilderDeleteApplicationVersionRequest.Builder. applicationName(String applicationName)The name of the application to which the version belongs.static DeleteApplicationVersionRequest.BuilderDeleteApplicationVersionRequest. builder()DeleteApplicationVersionRequest.BuilderDeleteApplicationVersionRequest.Builder. deleteSourceBundle(Boolean deleteSourceBundle)Set totrueto delete the source bundle from your storage bucket.DeleteApplicationVersionRequest.BuilderDeleteApplicationVersionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteApplicationVersionRequest.BuilderDeleteApplicationVersionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteApplicationVersionRequest.BuilderDeleteApplicationVersionRequest. toBuilder()DeleteApplicationVersionRequest.BuilderDeleteApplicationVersionRequest.Builder. versionLabel(String versionLabel)The label of the version to delete.Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type DeleteApplicationVersionRequest.Builder Modifier and Type Method Description static Class<? extends DeleteApplicationVersionRequest.Builder>DeleteApplicationVersionRequest. serializableBuilderClass()
-