| Package | Description |
|---|---|
| software.amazon.awssdk.services.directconnect.model |
| Modifier and Type | Method and Description |
|---|---|
static LoaContentType |
LoaContentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
LoaContentType |
DescribeLoaRequest.loaContentType()
The standard media type for the LOA-CFA document.
|
LoaContentType |
DescribeLoaResponse.loaContentType()
The standard media type for the LOA-CFA document.
|
static LoaContentType |
LoaContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoaContentType[] |
LoaContentType.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<LoaContentType> |
LoaContentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
DescribeLoaRequest.Builder |
DescribeLoaRequest.Builder.loaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document.
|
DescribeLoaResponse.Builder |
DescribeLoaResponse.Builder.loaContentType(LoaContentType loaContentType)
The standard media type for the LOA-CFA document.
|
Copyright © 2023. All rights reserved.