| Package | Description |
|---|---|
| software.amazon.awssdk.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
PackageContentType |
GetSolFunctionPackageContentRequest.accept()
The format of the package that you want to download from the function packages.
|
PackageContentType |
GetSolNetworkPackageContentRequest.accept()
The format of the package you want to download from the network package.
|
PackageContentType |
ValidateSolFunctionPackageContentRequest.contentType()
Function package content type.
|
PackageContentType |
PutSolFunctionPackageContentRequest.contentType()
Function package content type.
|
PackageContentType |
ValidateSolNetworkPackageContentRequest.contentType()
Network package content type.
|
PackageContentType |
PutSolNetworkPackageContentRequest.contentType()
Network package content type.
|
PackageContentType |
GetSolFunctionPackageContentResponse.contentType()
Indicates the media type of the resource.
|
PackageContentType |
GetSolNetworkPackageContentResponse.contentType()
Indicates the media type of the resource.
|
static PackageContentType |
PackageContentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static PackageContentType |
PackageContentType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageContentType[] |
PackageContentType.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<PackageContentType> |
PackageContentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageContentRequest.Builder |
GetSolFunctionPackageContentRequest.Builder.accept(PackageContentType accept)
The format of the package that you want to download from the function packages.
|
GetSolNetworkPackageContentRequest.Builder |
GetSolNetworkPackageContentRequest.Builder.accept(PackageContentType accept)
The format of the package you want to download from the network package.
|
ValidateSolFunctionPackageContentRequest.Builder |
ValidateSolFunctionPackageContentRequest.Builder.contentType(PackageContentType contentType)
Function package content type.
|
PutSolFunctionPackageContentRequest.Builder |
PutSolFunctionPackageContentRequest.Builder.contentType(PackageContentType contentType)
Function package content type.
|
ValidateSolNetworkPackageContentRequest.Builder |
ValidateSolNetworkPackageContentRequest.Builder.contentType(PackageContentType contentType)
Network package content type.
|
PutSolNetworkPackageContentRequest.Builder |
PutSolNetworkPackageContentRequest.Builder.contentType(PackageContentType contentType)
Network package content type.
|
GetSolFunctionPackageContentResponse.Builder |
GetSolFunctionPackageContentResponse.Builder.contentType(PackageContentType contentType)
Indicates the media type of the resource.
|
GetSolNetworkPackageContentResponse.Builder |
GetSolNetworkPackageContentResponse.Builder.contentType(PackageContentType contentType)
Indicates the media type of the resource.
|
Copyright © 2023. All rights reserved.