Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ListAvailableSolutionStacksResponse
-
Packages that use ListAvailableSolutionStacksResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of ListAvailableSolutionStacksResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return ListAvailableSolutionStacksResponse Modifier and Type Method Description default ListAvailableSolutionStacksResponseElasticBeanstalkClient. listAvailableSolutionStacks()Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.default ListAvailableSolutionStacksResponseElasticBeanstalkClient. listAvailableSolutionStacks(Consumer<ListAvailableSolutionStacksRequest.Builder> listAvailableSolutionStacksRequest)Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.default ListAvailableSolutionStacksResponseElasticBeanstalkClient. listAvailableSolutionStacks(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest)Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type ListAvailableSolutionStacksResponse Modifier and Type Method Description default CompletableFuture<ListAvailableSolutionStacksResponse>ElasticBeanstalkAsyncClient. listAvailableSolutionStacks()Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.default CompletableFuture<ListAvailableSolutionStacksResponse>ElasticBeanstalkAsyncClient. listAvailableSolutionStacks(Consumer<ListAvailableSolutionStacksRequest.Builder> listAvailableSolutionStacksRequest)Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.default CompletableFuture<ListAvailableSolutionStacksResponse>ElasticBeanstalkAsyncClient. listAvailableSolutionStacks(ListAvailableSolutionStacksRequest listAvailableSolutionStacksRequest)Returns a list of the available solution stack names, with the public version first and then in reverse chronological order.
-