Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DeleteApplicationVersionResult
-
Packages that use DeleteApplicationVersionResult Package Description com.amazonaws.services.elasticbeanstalk com.amazonaws.services.elasticbeanstalk.model -
-
Uses of DeleteApplicationVersionResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return DeleteApplicationVersionResult Modifier and Type Method Description DeleteApplicationVersionResult
AbstractAWSElasticBeanstalk. deleteApplicationVersion(DeleteApplicationVersionRequest request)
DeleteApplicationVersionResult
AWSElasticBeanstalk. deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.DeleteApplicationVersionResult
AWSElasticBeanstalkClient. deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)
Deletes the specified version from the specified application.Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DeleteApplicationVersionResult Modifier and Type Method Description Future<DeleteApplicationVersionResult>
AbstractAWSElasticBeanstalkAsync. deleteApplicationVersionAsync(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
Future<DeleteApplicationVersionResult>
AWSElasticBeanstalkAsync. deleteApplicationVersionAsync(DeleteApplicationVersionRequest deleteApplicationVersionRequest, AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
Deletes the specified version from the specified application.Future<DeleteApplicationVersionResult>
AWSElasticBeanstalkAsyncClient. deleteApplicationVersionAsync(DeleteApplicationVersionRequest request, AsyncHandler<DeleteApplicationVersionRequest,DeleteApplicationVersionResult> asyncHandler)
-
Uses of DeleteApplicationVersionResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DeleteApplicationVersionResult Modifier and Type Method Description DeleteApplicationVersionResult
DeleteApplicationVersionResult. clone()
-