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.Inputs.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(S3RoleBasedInput)
Create S3 Role-based Input
Declaration
public Task<S3RoleBasedInput> CreateAsync(S3RoleBasedInput s3RoleBasedInput)
Parameters
Type | Name | Description |
---|---|---|
S3RoleBasedInput | s3RoleBasedInput | The S3 Role-based input to be created The following permissions are required for S3 Role-based input: * s3:GetObject * s3:GetBucketLocation, |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3RoleBasedInput> |
DeleteAsync(String)
Delete S3 Role-based Input
Declaration
public Task<S3RoleBasedInput> DeleteAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3RoleBasedInput> |
GetAsync(String)
S3 Role-based Input Details
Declaration
public Task<S3RoleBasedInput> GetAsync(string inputId)
Parameters
Type | Name | Description |
---|---|---|
System.String | inputId | Id of the input (required) |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<S3RoleBasedInput> |
ListAsync(Func<S3RoleBasedApi.ListQueryParams, S3RoleBasedApi.ListQueryParams>[])
List S3 Role-based Inputs
Declaration
public Task<PaginationResponse<S3RoleBasedInput>> 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<S3RoleBasedInput>> |