Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.DescribeApplicationsResponse
-
Packages that use DescribeApplicationsResponse Package Description software.amazon.awssdk.services.elasticbeanstalk AWS Elastic Beanstalk -
-
Uses of DescribeApplicationsResponse in software.amazon.awssdk.services.elasticbeanstalk
Methods in software.amazon.awssdk.services.elasticbeanstalk that return DescribeApplicationsResponse Modifier and Type Method Description default DescribeApplicationsResponseElasticBeanstalkClient. describeApplications()Returns the descriptions of existing applications.default DescribeApplicationsResponseElasticBeanstalkClient. describeApplications(Consumer<DescribeApplicationsRequest.Builder> describeApplicationsRequest)Returns the descriptions of existing applications.default DescribeApplicationsResponseElasticBeanstalkClient. describeApplications(DescribeApplicationsRequest describeApplicationsRequest)Returns the descriptions of existing applications.Methods in software.amazon.awssdk.services.elasticbeanstalk that return types with arguments of type DescribeApplicationsResponse Modifier and Type Method Description default CompletableFuture<DescribeApplicationsResponse>ElasticBeanstalkAsyncClient. describeApplications()Returns the descriptions of existing applications.default CompletableFuture<DescribeApplicationsResponse>ElasticBeanstalkAsyncClient. describeApplications(Consumer<DescribeApplicationsRequest.Builder> describeApplicationsRequest)Returns the descriptions of existing applications.default CompletableFuture<DescribeApplicationsResponse>ElasticBeanstalkAsyncClient. describeApplications(DescribeApplicationsRequest describeApplicationsRequest)Returns the descriptions of existing applications.
-