Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk |
|
com.amazonaws.services.elasticbeanstalk.model |
Modifier and Type | Method and Description |
---|---|
CreateStorageLocationResult |
AWSElasticBeanstalk.createStorageLocation()
Simplified method form for invoking the CreateStorageLocation operation.
|
CreateStorageLocationResult |
AbstractAWSElasticBeanstalk.createStorageLocation() |
CreateStorageLocationResult |
AWSElasticBeanstalkClient.createStorageLocation() |
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) |
CreateStorageLocationResult |
AWSElasticBeanstalkClient.createStorageLocation(CreateStorageLocationRequest request)
Creates a bucket in Amazon S3 to store application versions, logs, and other files used by Elastic Beanstalk
environments.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsync.createStorageLocationAsync()
Simplified method form for invoking the CreateStorageLocation operation.
|
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsyncClient.createStorageLocationAsync()
Simplified method form for invoking the CreateStorageLocation operation.
|
Future<CreateStorageLocationResult> |
AbstractAWSElasticBeanstalkAsync.createStorageLocationAsync()
Simplified method form for invoking the CreateStorageLocation operation.
|
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsync.createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Simplified method form for invoking the CreateStorageLocation operation with an AsyncHandler.
|
Future<CreateStorageLocationResult> |
AWSElasticBeanstalkAsyncClient.createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Simplified method form for invoking the CreateStorageLocation operation with an AsyncHandler.
|
Future<CreateStorageLocationResult> |
AbstractAWSElasticBeanstalkAsync.createStorageLocationAsync(AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
Simplified method form for invoking the CreateStorageLocation operation with an AsyncHandler.
|
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 |
---|---|
CreateStorageLocationResult |
CreateStorageLocationResult.clone() |
CreateStorageLocationResult |
CreateStorageLocationResult.withS3Bucket(String s3Bucket)
The name of the Amazon S3 bucket created.
|
Copyright © 2019. All rights reserved.