Class S3RoleBasedApi
Inheritance
System.Object
S3RoleBasedApi
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.Outputs.S3RoleBased
Assembly: Bitmovin.Api.Sdk.dll
Syntax
public class S3RoleBasedApi
Constructors
S3RoleBasedApi(IBitmovinApiClientFactory)
Declaration
public S3RoleBasedApi(IBitmovinApiClientFactory apiClientFactory)
Parameters
Type | Name | Description |
---|---|---|
IBitmovinApiClientFactory | apiClientFactory |
Properties
Builder
Fluent builder for creating an instance of S3RoleBasedApi
Declaration
public static BitmovinApiBuilder<S3RoleBasedApi> Builder { get; }
Property Value
Type | Description |
---|---|
BitmovinApiBuilder<S3RoleBasedApi> |
Customdata
Declaration
public CustomdataApi Customdata { get; }
Property Value
Type | Description |
---|---|
CustomdataApi |
Methods
CreateAsync(S3RoleBasedOutput)
Create S3 Role-based Output
Declaration
public Task<S3RoleBasedOutput> CreateAsync(S3RoleBasedOutput s3RoleBasedOutput)
Parameters
Type | Name | Description |
---|---|---|
S3RoleBasedOutput | s3RoleBasedOutput | The S3 Role-based output to be created The following permissions are required for S3 Role-based output: * s3:PutObject * s3:PutObjectAcl * s3:ListBucket * s3:GetBucketLocation |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3RoleBasedOutput> |
DeleteAsync(String)
Delete S3 Role-based Output
Declaration
public Task<S3RoleBasedOutput> DeleteAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the output (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3RoleBasedOutput> |
GetAsync(String)
S3 Role-based Output Details
Declaration
public Task<S3RoleBasedOutput> GetAsync(string outputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3RoleBasedOutput> |
ListAsync(Func<S3RoleBasedApi.ListQueryParams, S3RoleBasedApi.ListQueryParams>[])
List S3 Role-based Outputs
Declaration
public Task<PaginationResponse<S3RoleBasedOutput>> ListAsync(params Func<S3RoleBasedApi.ListQueryParams, S3RoleBasedApi.ListQueryParams>[] queryParams)
Parameters
Type | Name | Description |
---|---|---|
System.Func<S3RoleBasedApi.ListQueryParams, S3RoleBasedApi.ListQueryParams>[] | queryParams | The query parameters for sorting, filtering and paging options (optional) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<PaginationResponse<S3RoleBasedOutput>> |