Java com.amazonaws.services.elasticbeanstalk.model DeleteApplicationVersionRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.elasticbeanstalk.model DeleteApplicationVersionRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.elasticbeanstalk.model DeleteApplicationVersionRequest.

The text is from its open source code.

Constructor

DeleteApplicationVersionRequest()
Default constructor for DeleteApplicationVersionRequest object.

Method

voidsetApplicationName(String applicationName)

The name of the application to which the version belongs.

voidsetDeleteSourceBundle(Boolean deleteSourceBundle)

Set to true to delete the source bundle from your storage bucket.

voidsetVersionLabel(String versionLabel)

The label of the version to delete.