| Package | Description |
|---|---|
| software.amazon.awssdk.services.mediatailor.model |
| Modifier and Type | Method and Description |
|---|---|
AccessType |
AccessConfiguration.accessType()
The type of authentication used to access content from
HttpConfiguration::BaseUrl on your source
location. |
static AccessType |
AccessType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static AccessType |
AccessType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccessType[] |
AccessType.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<AccessType> |
AccessType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
AccessConfiguration.Builder |
AccessConfiguration.Builder.accessType(AccessType accessType)
The type of authentication used to access content from
HttpConfiguration::BaseUrl on your source
location. |
Copyright © 2023. All rights reserved.