| Package | Description |
|---|---|
| com.amazonaws.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
static PackageContentType |
PackageContentType.fromValue(String value)
Use this in place of valueOf.
|
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 |
|---|---|
GetSolNetworkPackageContentRequest |
GetSolNetworkPackageContentRequest.withAccept(PackageContentType accept)
The format of the package you want to download from the network package.
|
GetSolFunctionPackageContentRequest |
GetSolFunctionPackageContentRequest.withAccept(PackageContentType accept)
The format of the package that you want to download from the function packages.
|
PutSolFunctionPackageContentRequest |
PutSolFunctionPackageContentRequest.withContentType(PackageContentType contentType)
Function package content type.
|
GetSolNetworkPackageContentResult |
GetSolNetworkPackageContentResult.withContentType(PackageContentType contentType)
Indicates the media type of the resource.
|
GetSolFunctionPackageContentResult |
GetSolFunctionPackageContentResult.withContentType(PackageContentType contentType)
Indicates the media type of the resource.
|
PutSolNetworkPackageContentRequest |
PutSolNetworkPackageContentRequest.withContentType(PackageContentType contentType)
Network package content type.
|
ValidateSolNetworkPackageContentRequest |
ValidateSolNetworkPackageContentRequest.withContentType(PackageContentType contentType)
Network package content type.
|
ValidateSolFunctionPackageContentRequest |
ValidateSolFunctionPackageContentRequest.withContentType(PackageContentType contentType)
Function package content type.
|
Copyright © 2023. All rights reserved.