コード例 #1
0
 public BundleTask WithStorage(Amazon.EC2.Model.Storage storage)
 {
     this.storageField = storage;
     return(this);
 }
コード例 #2
0
ファイル: BundleTask.cs プロジェクト: pusp/o2platform
 public BundleTask WithStorage(Amazon.EC2.Model.Storage storage)
 {
     this.storageField = storage;
     return this;
 }
コード例 #3
0
 public BundleInstanceRequest WithStorage(Amazon.EC2.Model.Storage storage)
 {
     this.storageField = storage;
     return(this);
 }
コード例 #4
0
 public BundleInstanceRequest WithStorage(Amazon.EC2.Model.Storage storage)
 {
     this.storageField = storage;
     return this;
 }