| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
DescriptorContentType |
GetSolFunctionPackageDescriptorRequest.accept()
Indicates which content types, expressed as MIME types, the client is able to understand.
|
DescriptorContentType |
GetSolFunctionPackageDescriptorResponse.contentType()
Indicates the media type of the resource.
|
DescriptorContentType |
GetSolNetworkPackageDescriptorResponse.contentType()
Indicates the media type of the resource.
|
static DescriptorContentType |
DescriptorContentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static DescriptorContentType |
DescriptorContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DescriptorContentType[] |
DescriptorContentType.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<DescriptorContentType> |
DescriptorContentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageDescriptorRequest.Builder |
GetSolFunctionPackageDescriptorRequest.Builder.accept(DescriptorContentType accept)
Indicates which content types, expressed as MIME types, the client is able to understand.
|
GetSolFunctionPackageDescriptorResponse.Builder |
GetSolFunctionPackageDescriptorResponse.Builder.contentType(DescriptorContentType contentType)
Indicates the media type of the resource.
|
GetSolNetworkPackageDescriptorResponse.Builder |
GetSolNetworkPackageDescriptorResponse.Builder.contentType(DescriptorContentType contentType)
Indicates the media type of the resource.
|
Copyright © 2023. All rights reserved.