| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static OriginProtocolPolicyEnum |
OriginProtocolPolicyEnum.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OriginProtocolPolicyEnum |
InputOrigin.protocolPolicy()
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull
content.
|
OriginProtocolPolicyEnum |
Origin.protocolPolicy()
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to pull
content.
|
static OriginProtocolPolicyEnum |
OriginProtocolPolicyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OriginProtocolPolicyEnum[] |
OriginProtocolPolicyEnum.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<OriginProtocolPolicyEnum> |
OriginProtocolPolicyEnum.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
InputOrigin.Builder |
InputOrigin.Builder.protocolPolicy(OriginProtocolPolicyEnum protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to
pull content.
|
Origin.Builder |
Origin.Builder.protocolPolicy(OriginProtocolPolicyEnum protocolPolicy)
The protocol that your Amazon Lightsail distribution uses when establishing a connection with your origin to
pull content.
|
Copyright © 2022. All rights reserved.