Lines Matching defs:CreateVolumeInput

7992 func (c *EC2) CreateVolumeRequest(input *CreateVolumeInput) (req *request.Request, output *Volume) {
8037 func (c *EC2) CreateVolume(input *CreateVolumeInput) (*Volume, error) {
8051 func (c *EC2) CreateVolumeWithContext(ctx aws.Context, input *CreateVolumeInput, opts ...request.Op…
56962 type CreateVolumeInput struct { struct
56963 _ struct{} `type:"structure"`
56968 AvailabilityZone *string `type:"string" required:"true"`
56974 DryRun *bool `locationName:"dryRun" type:"boolean"`
56984 Encrypted *bool `locationName:"encrypted" type:"boolean"`
57006 Iops *int64 `type:"integer"`
57026 KmsKeyId *string `type:"string"`
57034 MultiAttachEnabled *bool `type:"boolean"`
57037 OutpostArn *string `type:"string"`
57053 Size *int64 `type:"integer"`
57057 SnapshotId *string `type:"string"`
57060 …fications []*TagSpecification `locationName:"TagSpecification" locationNameList:"item" type:"list"`
57067 Throughput *int64 `type:"integer"`
57085 VolumeType *string `type:"string" enum:"VolumeType"`
57089 func (s CreateVolumeInput) String() string {
57094 func (s CreateVolumeInput) GoString() string {
57099 func (s *CreateVolumeInput) Validate() error {
57112 func (s *CreateVolumeInput) SetAvailabilityZone(v string) *CreateVolumeInput {
57118 func (s *CreateVolumeInput) SetDryRun(v bool) *CreateVolumeInput {
57124 func (s *CreateVolumeInput) SetEncrypted(v bool) *CreateVolumeInput {
57130 func (s *CreateVolumeInput) SetIops(v int64) *CreateVolumeInput {
57136 func (s *CreateVolumeInput) SetKmsKeyId(v string) *CreateVolumeInput {
57142 func (s *CreateVolumeInput) SetMultiAttachEnabled(v bool) *CreateVolumeInput {
57148 func (s *CreateVolumeInput) SetOutpostArn(v string) *CreateVolumeInput {
57154 func (s *CreateVolumeInput) SetSize(v int64) *CreateVolumeInput {
57160 func (s *CreateVolumeInput) SetSnapshotId(v string) *CreateVolumeInput {
57166 func (s *CreateVolumeInput) SetTagSpecifications(v []*TagSpecification) *CreateVolumeInput {
57172 func (s *CreateVolumeInput) SetThroughput(v int64) *CreateVolumeInput {
57178 func (s *CreateVolumeInput) SetVolumeType(v string) *CreateVolumeInput {