Uses of Class
com.amazonaws.services.elasticbeanstalk.model.CreateStorageLocationResult

Packages that use CreateStorageLocationResult
com.amazonaws.services.elasticbeanstalk Synchronous and asynchronous client classes for accessing AWSElasticBeanstalk. 
com.amazonaws.services.elasticbeanstalk.model Classes modeling the various types represented by AWSElasticBeanstalk. 
 

Uses of CreateStorageLocationResult in com.amazonaws.services.elasticbeanstalk
 

Methods in com.amazonaws.services.elasticbeanstalk that return CreateStorageLocationResult
 CreateStorageLocationResult AWSElasticBeanstalkClient.createStorageLocation()
           Creates the Amazon S3 storage location for the account.
 CreateStorageLocationResult AWSElasticBeanstalk.createStorageLocation()
           Creates the Amazon S3 storage location for the account.
 CreateStorageLocationResult AWSElasticBeanstalkClient.createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)
           Creates the Amazon S3 storage location for the account.
 CreateStorageLocationResult AWSElasticBeanstalk.createStorageLocation(CreateStorageLocationRequest createStorageLocationRequest)
           Creates the Amazon S3 storage location for the account.
 

Methods in com.amazonaws.services.elasticbeanstalk that return types with arguments of type CreateStorageLocationResult
 Future<CreateStorageLocationResult> AWSElasticBeanstalkAsyncClient.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest)
           Creates the Amazon S3 storage location for the account.
 Future<CreateStorageLocationResult> AWSElasticBeanstalkAsync.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest)
           Creates the Amazon S3 storage location for the account.
 Future<CreateStorageLocationResult> AWSElasticBeanstalkAsyncClient.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
           Creates the Amazon S3 storage location for the account.
 Future<CreateStorageLocationResult> AWSElasticBeanstalkAsync.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
           Creates the Amazon S3 storage location for the account.
 

Method parameters in com.amazonaws.services.elasticbeanstalk with type arguments of type CreateStorageLocationResult
 Future<CreateStorageLocationResult> AWSElasticBeanstalkAsyncClient.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
           Creates the Amazon S3 storage location for the account.
 Future<CreateStorageLocationResult> AWSElasticBeanstalkAsync.createStorageLocationAsync(CreateStorageLocationRequest createStorageLocationRequest, AsyncHandler<CreateStorageLocationRequest,CreateStorageLocationResult> asyncHandler)
           Creates the Amazon S3 storage location for the account.
 

Uses of CreateStorageLocationResult in com.amazonaws.services.elasticbeanstalk.model
 

Methods in com.amazonaws.services.elasticbeanstalk.model that return CreateStorageLocationResult
 CreateStorageLocationResult CreateStorageLocationResult.withS3Bucket(String s3Bucket)
          The name of the Amazon S3 bucket created.
 



Copyright © 2016. All rights reserved.