Uses of Interface
software.amazon.awssdk.services.elasticbeanstalk.model.CreateStorageLocationResponse.Builder
-
Packages that use CreateStorageLocationResponse.Builder Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of CreateStorageLocationResponse.Builder in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return CreateStorageLocationResponse.Builder Modifier and Type Method Description static CreateStorageLocationResponse.BuilderCreateStorageLocationResponse. builder()CreateStorageLocationResponse.BuilderCreateStorageLocationResponse.Builder. s3Bucket(String s3Bucket)The name of the Amazon S3 bucket created.CreateStorageLocationResponse.BuilderCreateStorageLocationResponse. toBuilder()Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type CreateStorageLocationResponse.Builder Modifier and Type Method Description static Class<? extends CreateStorageLocationResponse.Builder>CreateStorageLocationResponse. serializableBuilderClass()
-