Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
CreateStorageLocationResult |
AWSElasticBeanstalkClient.createStorageLocation(CreateStorageLocationRequest request)
Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk
environments.
|
CreateStorageLocationResult |
AWSElasticBeanstalk.createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)
Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk
environments.
|
CreateStorageLocationResult |
AbstractAWSElasticBeanstalk.createStorageLocation(CreateStorageLocationRequest request) |
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsync.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest)
Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk
environments.
|
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsyncClient.createStorageLocationAsync(CreateStorageLocationRequest request) |
Future<CreateStorageLocationResult> |
AbstractAWSElasticBeanstalkAsync.createStorageLocationAsync(CreateStorageLocationRequest request) |
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsync.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest,
AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk
environments.
|
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsyncClient.createStorageLocationAsync(CreateStorageLocationRequest request,
AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler) |
Future<CreateStorageLocationResult> |
AbstractAWSElasticBeanstalkAsync.createStorageLocationAsync(CreateStorageLocationRequest request,
AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateStorageLocationRequest |
CreateStorageLocationRequest.clone() |
Copyright © 2021. All rights reserved.