Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.S3LocationNotInServiceRegionException
-
Packages that use S3LocationNotInServiceRegionException Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of S3LocationNotInServiceRegionException in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that throw S3LocationNotInServiceRegionException Modifier and Type Method Description default CreateApplicationVersionResponseElasticBeanstalkClient. createApplicationVersion(Consumer<CreateApplicationVersionRequest.Builder> createApplicationVersionRequest)Creates an application version for the specified application.default CreateApplicationVersionResponseElasticBeanstalkClient. createApplicationVersion(CreateApplicationVersionRequest createApplicationVersionRequest)Creates an application version for the specified application.default DeleteApplicationVersionResponseElasticBeanstalkClient. deleteApplicationVersion(Consumer<DeleteApplicationVersionRequest.Builder> deleteApplicationVersionRequest)Deletes the specified version from the specified application.default DeleteApplicationVersionResponseElasticBeanstalkClient. deleteApplicationVersion(DeleteApplicationVersionRequest deleteApplicationVersionRequest)Deletes the specified version from the specified application.
-