Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ComposeEnvironmentsResult
Packages that use ComposeEnvironmentsResult
Package
Description
-
Uses of ComposeEnvironmentsResult in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk that return ComposeEnvironmentsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalk.composeEnvironments
(ComposeEnvironmentsRequest request) AWSElasticBeanstalk.composeEnvironments
(ComposeEnvironmentsRequest composeEnvironmentsRequest) Create or update a group of environments that each run a separate component of a single application.AWSElasticBeanstalkClient.composeEnvironments
(ComposeEnvironmentsRequest composeEnvironmentsRequest) Create or update a group of environments that each run a separate component of a single application.Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type ComposeEnvironmentsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.composeEnvironmentsAsync
(ComposeEnvironmentsRequest request) AbstractAWSElasticBeanstalkAsync.composeEnvironmentsAsync
(ComposeEnvironmentsRequest request, AsyncHandler<ComposeEnvironmentsRequest, ComposeEnvironmentsResult> asyncHandler) AWSElasticBeanstalkAsync.composeEnvironmentsAsync
(ComposeEnvironmentsRequest composeEnvironmentsRequest) Create or update a group of environments that each run a separate component of a single application.AWSElasticBeanstalkAsync.composeEnvironmentsAsync
(ComposeEnvironmentsRequest composeEnvironmentsRequest, AsyncHandler<ComposeEnvironmentsRequest, ComposeEnvironmentsResult> asyncHandler) Create or update a group of environments that each run a separate component of a single application.AWSElasticBeanstalkAsyncClient.composeEnvironmentsAsync
(ComposeEnvironmentsRequest request) AWSElasticBeanstalkAsyncClient.composeEnvironmentsAsync
(ComposeEnvironmentsRequest request, AsyncHandler<ComposeEnvironmentsRequest, ComposeEnvironmentsResult> asyncHandler) Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type ComposeEnvironmentsResultModifier and TypeMethodDescriptionAbstractAWSElasticBeanstalkAsync.composeEnvironmentsAsync
(ComposeEnvironmentsRequest request, AsyncHandler<ComposeEnvironmentsRequest, ComposeEnvironmentsResult> asyncHandler) AWSElasticBeanstalkAsync.composeEnvironmentsAsync
(ComposeEnvironmentsRequest composeEnvironmentsRequest, AsyncHandler<ComposeEnvironmentsRequest, ComposeEnvironmentsResult> asyncHandler) Create or update a group of environments that each run a separate component of a single application.AWSElasticBeanstalkAsyncClient.composeEnvironmentsAsync
(ComposeEnvironmentsRequest request, AsyncHandler<ComposeEnvironmentsRequest, ComposeEnvironmentsResult> asyncHandler) -
Uses of ComposeEnvironmentsResult in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ComposeEnvironmentsResultModifier and TypeMethodDescriptionComposeEnvironmentsResult.clone()
ComposeEnvironmentsResult.withEnvironments
(EnvironmentDescription... environments) Returns an EnvironmentDescription list.ComposeEnvironmentsResult.withEnvironments
(Collection<EnvironmentDescription> environments) Returns an EnvironmentDescription list.