Lines Matching defs:CreateVolumeInput

6587 func (c *EC2) CreateVolumeRequest(input *CreateVolumeInput) (req *request.Request, output *Volume) {
6633 func (c *EC2) CreateVolume(input *CreateVolumeInput) (*Volume, error) {
6647 func (c *EC2) CreateVolumeWithContext(ctx aws.Context, input *CreateVolumeInput, opts ...request.Op…
44066 type CreateVolumeInput struct { struct
44067 _ struct{} `type:"structure"`
44072 AvailabilityZone *string `type:"string" required:"true"`
44078 DryRun *bool `locationName:"dryRun" type:"boolean"`
44088 Encrypted *bool `locationName:"encrypted" type:"boolean"`
44099 Iops *int64 `type:"integer"`
44119 KmsKeyId *string `type:"string"`
44131 Size *int64 `type:"integer"`
44136 SnapshotId *string `type:"string"`
44139 …fications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
44146 VolumeType *string `type:"string" enum:"VolumeType"`
44150 func (s CreateVolumeInput) String() string {
44155 func (s CreateVolumeInput) GoString() string {
44160 func (s *CreateVolumeInput) Validate() error {
44173 func (s *CreateVolumeInput) SetAvailabilityZone(v string) *CreateVolumeInput {
44179 func (s *CreateVolumeInput) SetDryRun(v bool) *CreateVolumeInput {
44185 func (s *CreateVolumeInput) SetEncrypted(v bool) *CreateVolumeInput {
44191 func (s *CreateVolumeInput) SetIops(v int64) *CreateVolumeInput {
44197 func (s *CreateVolumeInput) SetKmsKeyId(v string) *CreateVolumeInput {
44203 func (s *CreateVolumeInput) SetSize(v int64) *CreateVolumeInput {
44209 func (s *CreateVolumeInput) SetSnapshotId(v string) *CreateVolumeInput {
44215 func (s *CreateVolumeInput) SetTagSpecifications(v []*TagSpecification) *CreateVolumeInput {
44221 func (s *CreateVolumeInput) SetVolumeType(v string) *CreateVolumeInput {