| Package | Description | 
|---|---|
| com.amazonaws.services.elasticbeanstalk | 
 | 
| com.amazonaws.services.elasticbeanstalk.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<CreatePlatformVersionResult> | 
AbstractAWSElasticBeanstalkAsync.createPlatformVersionAsync(CreatePlatformVersionRequest request,
                          AsyncHandler<CreatePlatformVersionRequest,CreatePlatformVersionResult> asyncHandler)  | 
Future<CreatePlatformVersionResult> | 
AWSElasticBeanstalkAsync.createPlatformVersionAsync(CreatePlatformVersionRequest createPlatformVersionRequest,
                          AsyncHandler<CreatePlatformVersionRequest,CreatePlatformVersionResult> asyncHandler)
 Create a new version of your custom platform. 
 | 
Future<CreatePlatformVersionResult> | 
AWSElasticBeanstalkAsyncClient.createPlatformVersionAsync(CreatePlatformVersionRequest request,
                          AsyncHandler<CreatePlatformVersionRequest,CreatePlatformVersionResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.clone()  | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withEnvironmentName(String environmentName)
 The name of the builder environment. 
 | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withOptionSettings(Collection<ConfigurationOptionSetting> optionSettings)
 The configuration option settings to apply to the builder environment. 
 | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withOptionSettings(ConfigurationOptionSetting... optionSettings)
 The configuration option settings to apply to the builder environment. 
 | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withPlatformDefinitionBundle(S3Location platformDefinitionBundle)
 The location of the platform definition archive in Amazon S3. 
 | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withPlatformName(String platformName)
 The name of your custom platform. 
 | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withPlatformVersion(String platformVersion)
 The number, such as 1.0.2, for the new platform version. 
 | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withTags(Collection<Tag> tags)
 Specifies the tags applied to the new platform version. 
 | 
CreatePlatformVersionRequest | 
CreatePlatformVersionRequest.withTags(Tag... tags)
 Specifies the tags applied to the new platform version. 
 | 
Copyright © 2020. All rights reserved.