_id
stringlengths
2
7
text
stringlengths
6
2.61k
title
stringclasses
1 value
c3200
// SetOriginEndpoints sets the OriginEndpoints field's value.
c3201
// SetIngestEndpointId sets the IngestEndpointId field's value.
c3202
// SetMaxVideoBitsPerSecond sets the MaxVideoBitsPerSecond field's value.
c3203
// SetMinVideoBitsPerSecond sets the MinVideoBitsPerSecond field's value.
c3204
// SetStreamOrder sets the StreamOrder field's value.
c3205
// WithDownloaderRequestOptions appends to the Downloader's API request options.
c3206
// download performs the implementation of the object download across ranged // GETs.
c3207
// downloadPart is an individual goroutine worker reading from the ch channel // and performing a GetObject request on the data with a given byte range. // // If this is the first worker, this operation also resolves the total number // of bytes to be read so that the worker manager knows when it is finished.
c3208
// getChunk grabs a chunk of data from the body. // Not thread safe. Should only used when grabbing data on a single thread.
c3209
// downloadRange downloads an Object given the passed in Byte-Range value. // The chunk used down download the range will be configured for that range.
c3210
// downloadChunk downloads the chunk from s3
c3211
// getTotalBytes is a thread-safe getter for retrieving the total byte status.
c3212
// setTotalBytes is a thread-safe setter for setting the total byte status. // Will extract the object's total bytes from the Content-Range if the file // will be chunked, or Content-Length. Content-Length is used when the response // does not include a Content-Range. Meaning the object was not chunked. This // occurs when the full file fits within the PartSize directive.
c3213
// getErr is a thread-safe getter for the error object
c3214
// setErr is a thread-safe setter for the error object
c3215
// ByteRange returns a HTTP Byte-Range header value that should be used by the // client to request the chunk's range.
c3216
// SetBrokerAZDistribution sets the BrokerAZDistribution field's value.
c3217
// SetClientSubnets sets the ClientSubnets field's value.
c3218
// SetStorageInfo sets the StorageInfo field's value.
c3219
// SetClientSubnet sets the ClientSubnet field's value.
c3220
// SetConfigurationArn sets the ConfigurationArn field's value.
c3221
// SetZookeeperConnectString sets the ZookeeperConnectString field's value.
c3222
// SetClusterInfo sets the ClusterInfo field's value.
c3223
// SetDataVolumeKMSKeyId sets the DataVolumeKMSKeyId field's value.
c3224
// SetBootstrapBrokerString sets the BootstrapBrokerString field's value.
c3225
// SetClusterNameFilter sets the ClusterNameFilter field's value.
c3226
// SetClusterInfoList sets the ClusterInfoList field's value.
c3227
// SetNodeInfoList sets the NodeInfoList field's value.
c3228
// SetAddedToClusterTime sets the AddedToClusterTime field's value.
c3229
// SetBrokerNodeInfo sets the BrokerNodeInfo field's value.
c3230
// SetNodeARN sets the NodeARN field's value.
c3231
// SetZookeeperNodeInfo sets the ZookeeperNodeInfo field's value.
c3232
// SetEbsStorageInfo sets the EbsStorageInfo field's value.
c3233
// SetZookeeperId sets the ZookeeperId field's value.
c3234
// SetZookeeperVersion sets the ZookeeperVersion field's value.
c3235
// SetDeliveryTime sets the DeliveryTime field's value.
c3236
// SetLastBusinessReport sets the LastBusinessReport field's value.
c3237
// SetCategoryName sets the CategoryName field's value.
c3238
// SetDefaultConferenceProviderArn sets the DefaultConferenceProviderArn field's value.
c3239
// SetAudioList sets the AudioList field's value.
c3240
// SetSsmlList sets the SsmlList field's value.
c3241
// SetConferenceProviderName sets the ConferenceProviderName field's value.
c3242
// SetDeveloperName sets the DeveloperName field's value.
c3243
// SetPrivacyPolicy sets the PrivacyPolicy field's value.
c3244
// SetConnectionStatus sets the ConnectionStatus field's value.
c3245
// SetDeviceStatusDetails sets the DeviceStatusDetails field's value.
c3246
// SetAddressBook sets the AddressBook field's value.
c3247
// SetPreference sets the Preference field's value.
c3248
// SetConferenceProvider sets the ConferenceProvider field's value.
c3249
// SetContact sets the Contact field's value.
c3250
// SetGatewayGroup sets the GatewayGroup field's value.
c3251
// SetGateway sets the Gateway field's value.
c3252
// SetRoom sets the Room field's value.
c3253
// SetSkillGroup sets the SkillGroup field's value.
c3254
// SetCommsProtocol sets the CommsProtocol field's value.
c3255
// SetBusinessReportSchedules sets the BusinessReportSchedules field's value.
c3256
// SetConferenceProviders sets the ConferenceProviders field's value.
c3257
// SetDeviceEvents sets the DeviceEvents field's value.
c3258
// SetGatewayGroups sets the GatewayGroups field's value.
c3259
// SetSkillSummaries sets the SkillSummaries field's value.
c3260
// SetCategoryList sets the CategoryList field's value.
c3261
// SetSkillsStoreSkills sets the SkillsStoreSkills field's value.
c3262
// SetSmartHomeAppliances sets the SmartHomeAppliances field's value.
c3263
// SetRequirePin sets the RequirePin field's value.
c3264
// SetOneClickIdDelay sets the OneClickIdDelay field's value.
c3265
// SetOneClickPinDelay sets the OneClickPinDelay field's value.
c3266
// SetConferencePreference sets the ConferencePreference field's value.
c3267
// SetAuthorizationResult sets the AuthorizationResult field's value.
c3268
// SetAmazonId sets the AmazonId field's value.
c3269
// SetRoomSkillParameters sets the RoomSkillParameters field's value.
c3270
// SetAddressBooks sets the AddressBooks field's value.
c3271
// SetContacts sets the Contacts field's value.
c3272
// SetRooms sets the Rooms field's value.
c3273
// SetSkillGroups sets the SkillGroups field's value.
c3274
// SetRoomFilters sets the RoomFilters field's value.
c3275
// SetTimeToLiveInSeconds sets the TimeToLiveInSeconds field's value.
c3276
// SetAnnouncementArn sets the AnnouncementArn field's value.
c3277
// SetBulletPoints sets the BulletPoints field's value.
c3278
// SetDeveloperInfo sets the DeveloperInfo field's value.
c3279
// SetEndUserLicenseAgreement sets the EndUserLicenseAgreement field's value.
c3280
// SetGenericKeywords sets the GenericKeywords field's value.
c3281
// SetInvocationPhrase sets the InvocationPhrase field's value.
c3282
// SetNewInThisVersionBulletPoints sets the NewInThisVersionBulletPoints field's value.
c3283
// SetReviews sets the Reviews field's value.
c3284
// SetSkillTypes sets the SkillTypes field's value.
c3285
// SetSkillDetails sets the SkillDetails field's value.
c3286
// SetManufacturerName sets the ManufacturerName field's value.
c3287
// DestroyApplications destroys the given applications.
c3288
// ScaleApplication sets the desired unit count for one or more applications.
c3289
// GetConstraints returns the constraints for the given applications.
c3290
// SetConstraints specifies the constraints for the given application.
c3291
// Get returns the configuration for the named application.
c3292
// Set sets configuration options on an application.
c3293
// Unset resets configuration options on an application.
c3294
// CharmRelations returns the application's charms relation names.
c3295
// DestroyRelation removes the relation between the specified endpoints.
c3296
// DestroyRelationId removes the relation with the specified id.
c3297
// SetRelationSuspended updates the suspended status of the relation with the specified id.
c3298
// Consume adds a remote application to the model.
c3299
// SetApplicationConfig sets configuration options on an application.