Class S3Api
Inheritance
System.Object
S3Api
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Bitmovin.Api.Sdk.Encoding.Inputs.S3
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class S3Api
Constructors
S3Api(IBitmovinApiClientFactory)
Declaration
public S3Api(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of S3Api
Declaration
public static BitmovinApiBuilder<S3Api> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<S3Api> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(S3Input)
Create S3 Input
Declaration
public Task<S3Input> CreateAsync(S3Input s3Input)
Parameters
Type | Name | Description |
---|---|---|
S3Input | s3Input | The S3 input to be created The following permissions are required for S3 input: * s3:GetObject * s3:GetBucketLocation, |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3Input> |
DeleteAsync(String)
Delete S3 Input
Declaration
public Task<BitmovinResponse> DeleteAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<BitmovinResponse> |
GetAsync(String)
S3 Input Details
Declaration
public Task<S3Input> GetAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3Input> |
ListAsync(Func<S3Api.ListQueryParams, S3Api.ListQueryParams>[])
List S3 Inputs
Declaration
public Task<PaginationResponse<S3Input>> ListAsync(params Func<S3Api.ListQueryParams, S3Api.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<S3Api.ListQueryParams, S3Api.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<S3Input>> |