public class GenericS3Api extends Object
Modifier and Type | Field and Description |
---|---|
CustomdataApi |
customdata |
Constructor and Description |
---|
GenericS3Api(BitmovinApiClientFactory clientFactory) |
Modifier and Type | Method and Description |
---|---|
static BitmovinApiBuilder<GenericS3Api> |
builder()
Fluent builder for creating an instance of GenericS3Api
|
GenericS3Input |
create(GenericS3Input genericS3Input)
Create Generic S3 Input
|
GenericS3Input |
delete(String inputId)
Delete Generic S3 Input
|
GenericS3Input |
get(String inputId)
Generic S3 Input Details
|
PaginationResponse<GenericS3Input> |
list()
List Generic S3 Inputs
|
PaginationResponse<GenericS3Input> |
list(GenericS3InputListQueryParams queryParams)
List Generic S3 Inputs
|
public final CustomdataApi customdata
public GenericS3Api(BitmovinApiClientFactory clientFactory)
public static BitmovinApiBuilder<GenericS3Api> builder()
public GenericS3Input create(GenericS3Input genericS3Input) throws BitmovinException
genericS3Input
- The GenericS3 input to be created (required)BitmovinException
- if fails to make API callpublic GenericS3Input delete(String inputId) throws BitmovinException
inputId
- Id of the input (required)BitmovinException
- if fails to make API callpublic GenericS3Input get(String inputId) throws BitmovinException
inputId
- Id of the input (required)BitmovinException
- if fails to make API callpublic PaginationResponse<GenericS3Input> list() throws BitmovinException
BitmovinException
- if fails to make API callpublic PaginationResponse<GenericS3Input> list(GenericS3InputListQueryParams queryParams) throws BitmovinException
queryParams
- The query parameters for sorting, filtering and paging options (optional)BitmovinException
- if fails to make API callCopyright © 2019. All rights reserved.