Uses of Class
com.amazonaws.services.elasticbeanstalk.model.DescribeEnvironmentsResult
Packages that use DescribeEnvironmentsResult
Package
Description
-
Uses of DescribeEnvironmentsResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return DescribeEnvironmentsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.describeEnvironments()
AbstractAWSElasticBeanstalk.describeEnvironments
(DescribeEnvironmentsRequest request) AWSElasticBeanstalk.describeEnvironments()
Simplified method form for invoking the DescribeEnvironments operation.AWSElasticBeanstalk.describeEnvironments
(DescribeEnvironmentsRequest describeEnvironmentsRequest) Returns descriptions for existing environments.AWSElasticBeanstalkClient.describeEnvironments()
AWSElasticBeanstalkClient.describeEnvironments
(DescribeEnvironmentsRequest describeEnvironmentsRequest) Returns descriptions for existing environments.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type DescribeEnvironmentsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync()
Simplified method form for invoking the DescribeEnvironments operation.AbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request) AbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) AWSElasticBeanstalkAsync.describeEnvironmentsAsync()
Simplified method form for invoking the DescribeEnvironments operation.AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest describeEnvironmentsRequest) Returns descriptions for existing environments.AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest describeEnvironmentsRequest, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Returns descriptions for existing environments.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync()
Simplified method form for invoking the DescribeEnvironments operation.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request) AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type DescribeEnvironmentsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AbstractAWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AWSElasticBeanstalkAsync.describeEnvironmentsAsync
(DescribeEnvironmentsRequest describeEnvironmentsRequest, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Returns descriptions for existing environments.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) Simplified method form for invoking the DescribeEnvironments operation with an AsyncHandler.AWSElasticBeanstalkAsyncClient.describeEnvironmentsAsync
(DescribeEnvironmentsRequest request, AsyncHandler<DescribeEnvironmentsRequest, DescribeEnvironmentsResult> asyncHandler) -
Uses of DescribeEnvironmentsResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return DescribeEnvironmentsResultModifier and TypeMethodDescriptionDescribeEnvironmentsResult.clone()
DescribeEnvironmentsResult.withEnvironments
(EnvironmentDescription... environments) Returns an EnvironmentDescription list.DescribeEnvironmentsResult.withEnvironments
(Collection<EnvironmentDescription> environments) Returns an EnvironmentDescription list.