Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ComposeEnvironmentsRequest
Packages that use ComposeEnvironmentsRequest
Package
Description
-
Uses of ComposeEnvironmentsRequest in com.amazonaws.services.elasticbeanstalk
Methods in com.amazonaws.services.elasticbeanstalk with parameters of type ComposeEnvironmentsRequestModifier 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.AbstractAWSElasticBeanstalkAsync.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 ComposeEnvironmentsRequestModifier 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 ComposeEnvironmentsRequest in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ComposeEnvironmentsRequestModifier and TypeMethodDescriptionComposeEnvironmentsRequest.clone()
ComposeEnvironmentsRequest.withApplicationName
(String applicationName) The name of the application to which the specified source bundles belong.ComposeEnvironmentsRequest.withGroupName
(String groupName) The name of the group to which the target environments belong.ComposeEnvironmentsRequest.withVersionLabels
(String... versionLabels) A list of version labels, specifying one or more application source bundles that belong to the target application.ComposeEnvironmentsRequest.withVersionLabels
(Collection<String> versionLabels) A list of version labels, specifying one or more application source bundles that belong to the target application.