| Package | Description |
|---|---|
| com.amazonaws.services.tnb |
Amazon Web Services Telco Network Builder (TNB) is a network automation service that helps you deploy and manage
telecom networks.
|
| com.amazonaws.services.tnb.model |
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageContentResult |
AWSTnbClient.getSolFunctionPackageContent(GetSolFunctionPackageContentRequest request)
Gets the contents of a function package.
|
GetSolFunctionPackageContentResult |
AWSTnb.getSolFunctionPackageContent(GetSolFunctionPackageContentRequest getSolFunctionPackageContentRequest)
Gets the contents of a function package.
|
GetSolFunctionPackageContentResult |
AbstractAWSTnb.getSolFunctionPackageContent(GetSolFunctionPackageContentRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetSolFunctionPackageContentResult> |
AbstractAWSTnbAsync.getSolFunctionPackageContentAsync(GetSolFunctionPackageContentRequest request,
AsyncHandler<GetSolFunctionPackageContentRequest,GetSolFunctionPackageContentResult> asyncHandler) |
Future<GetSolFunctionPackageContentResult> |
AWSTnbAsync.getSolFunctionPackageContentAsync(GetSolFunctionPackageContentRequest getSolFunctionPackageContentRequest,
AsyncHandler<GetSolFunctionPackageContentRequest,GetSolFunctionPackageContentResult> asyncHandler)
Gets the contents of a function package.
|
Future<GetSolFunctionPackageContentResult> |
AWSTnbAsyncClient.getSolFunctionPackageContentAsync(GetSolFunctionPackageContentRequest request,
AsyncHandler<GetSolFunctionPackageContentRequest,GetSolFunctionPackageContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetSolFunctionPackageContentResult |
GetSolFunctionPackageContentResult.clone() |
GetSolFunctionPackageContentResult |
GetSolFunctionPackageContentResult.withContentType(PackageContentType contentType)
Indicates the media type of the resource.
|
GetSolFunctionPackageContentResult |
GetSolFunctionPackageContentResult.withContentType(String contentType)
Indicates the media type of the resource.
|
GetSolFunctionPackageContentResult |
GetSolFunctionPackageContentResult.withPackageContent(ByteBuffer packageContent)
Contents of the function package.
|
Copyright © 2024. All rights reserved.