Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ResourceNotFoundException
-
Packages that use ResourceNotFoundException Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of ResourceNotFoundException in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that throw ResourceNotFoundException Modifier and Type Method Description default ListTagsForResourceResponseElasticBeanstalkClient. listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)Return the tags applied to an AWS Elastic Beanstalk resource.default ListTagsForResourceResponseElasticBeanstalkClient. listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)Return the tags applied to an AWS Elastic Beanstalk resource.default UpdateTagsForResourceResponseElasticBeanstalkClient. updateTagsForResource(Consumer<UpdateTagsForResourceRequest.Builder> updateTagsForResourceRequest)Update the list of tags applied to an AWS Elastic Beanstalk resource.default UpdateTagsForResourceResponseElasticBeanstalkClient. updateTagsForResource(UpdateTagsForResourceRequest updateTagsForResourceRequest)Update the list of tags applied to an AWS Elastic Beanstalk resource.
-