| Package | Description |
|---|---|
| com.amazonaws.services.mediaconvert.model |
| Modifier and Type | Method and Description |
|---|---|
Policy |
Policy.clone() |
Policy |
PutPolicyRequest.getPolicy()
A policy configures behavior that you allow or disallow for your account.
|
Policy |
GetPolicyResult.getPolicy()
A policy configures behavior that you allow or disallow for your account.
|
Policy |
PutPolicyResult.getPolicy()
A policy configures behavior that you allow or disallow for your account.
|
Policy |
Policy.withHttpInputs(InputPolicy httpInputs)
Allow or disallow jobs that specify HTTP inputs.
|
Policy |
Policy.withHttpInputs(String httpInputs)
Allow or disallow jobs that specify HTTP inputs.
|
Policy |
Policy.withHttpsInputs(InputPolicy httpsInputs)
Allow or disallow jobs that specify HTTPS inputs.
|
Policy |
Policy.withHttpsInputs(String httpsInputs)
Allow or disallow jobs that specify HTTPS inputs.
|
Policy |
Policy.withS3Inputs(InputPolicy s3Inputs)
Allow or disallow jobs that specify Amazon S3 inputs.
|
Policy |
Policy.withS3Inputs(String s3Inputs)
Allow or disallow jobs that specify Amazon S3 inputs.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PutPolicyRequest.setPolicy(Policy policy)
A policy configures behavior that you allow or disallow for your account.
|
void |
GetPolicyResult.setPolicy(Policy policy)
A policy configures behavior that you allow or disallow for your account.
|
void |
PutPolicyResult.setPolicy(Policy policy)
A policy configures behavior that you allow or disallow for your account.
|
PutPolicyRequest |
PutPolicyRequest.withPolicy(Policy policy)
A policy configures behavior that you allow or disallow for your account.
|
GetPolicyResult |
GetPolicyResult.withPolicy(Policy policy)
A policy configures behavior that you allow or disallow for your account.
|
PutPolicyResult |
PutPolicyResult.withPolicy(Policy policy)
A policy configures behavior that you allow or disallow for your account.
|
Copyright © 2024. All rights reserved.