| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
static InputPolicy |
InputPolicy.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
InputPolicy |
Policy.httpInputs()
Allow or disallow jobs that specify HTTP inputs.
|
InputPolicy |
Policy.httpsInputs()
Allow or disallow jobs that specify HTTPS inputs.
|
InputPolicy |
Policy.s3Inputs()
Allow or disallow jobs that specify Amazon S3 inputs.
|
static InputPolicy |
InputPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InputPolicy[] |
InputPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<InputPolicy> |
InputPolicy.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Policy.Builder |
Policy.Builder.httpInputs(InputPolicy httpInputs)
Allow or disallow jobs that specify HTTP inputs.
|
Policy.Builder |
Policy.Builder.httpsInputs(InputPolicy httpsInputs)
Allow or disallow jobs that specify HTTPS inputs.
|
Policy.Builder |
Policy.Builder.s3Inputs(InputPolicy s3Inputs)
Allow or disallow jobs that specify Amazon S3 inputs.
|
Copyright © 2023. All rights reserved.