Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
CreatePlatformVersionResult |
AbstractAWSElasticBeanstalk.createPlatformVersion(CreatePlatformVersionRequest request) |
CreatePlatformVersionResult |
AWSElasticBeanstalk.createPlatformVersion(CreatePlatformVersionRequest createPlatformVersionRequest)
Create a new version of your custom platform.
|
CreatePlatformVersionResult |
AWSElasticBeanstalkClient.createPlatformVersion(CreatePlatformVersionRequest request)
Create a new version of your custom platform.
|
Modifier and Type | Method and Description |
---|---|
Future<CreatePlatformVersionResult> |
AWSElasticBeanstalkAsync.createPlatformVersionAsync(CreatePlatformVersionRequest createPlatformVersionRequest,
AsyncHandler<CreatePlatformVersionRequest,CreatePlatformVersionResult> asyncHandler)
Create a new version of your custom platform.
|
Future<CreatePlatformVersionResult> |
AbstractAWSElasticBeanstalkAsync.createPlatformVersionAsync(CreatePlatformVersionRequest request,
AsyncHandler<CreatePlatformVersionRequest,CreatePlatformVersionResult> asyncHandler) |
Future<CreatePlatformVersionResult> |
AWSElasticBeanstalkAsyncClient.createPlatformVersionAsync(CreatePlatformVersionRequest request,
AsyncHandler<CreatePlatformVersionRequest,CreatePlatformVersionResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreatePlatformVersionResult |
CreatePlatformVersionResult.clone() |
CreatePlatformVersionResult |
CreatePlatformVersionResult.withBuilder(Builder builder)
The builder used to create the custom platform.
|
CreatePlatformVersionResult |
CreatePlatformVersionResult.withPlatformSummary(PlatformSummary platformSummary)
Detailed information about the new version of the custom platform.
|
Copyright © 2022. All rights reserved.