| 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 |
|---|---|
Future<PutSolFunctionPackageContentResult> |
AbstractAWSTnbAsync.putSolFunctionPackageContentAsync(PutSolFunctionPackageContentRequest request,
AsyncHandler<PutSolFunctionPackageContentRequest,PutSolFunctionPackageContentResult> asyncHandler) |
Future<PutSolFunctionPackageContentResult> |
AWSTnbAsync.putSolFunctionPackageContentAsync(PutSolFunctionPackageContentRequest putSolFunctionPackageContentRequest,
AsyncHandler<PutSolFunctionPackageContentRequest,PutSolFunctionPackageContentResult> asyncHandler)
Uploads the contents of a function package.
|
Future<PutSolFunctionPackageContentResult> |
AWSTnbAsyncClient.putSolFunctionPackageContentAsync(PutSolFunctionPackageContentRequest request,
AsyncHandler<PutSolFunctionPackageContentRequest,PutSolFunctionPackageContentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
PutSolFunctionPackageContentRequest |
PutSolFunctionPackageContentRequest.clone() |
PutSolFunctionPackageContentRequest |
PutSolFunctionPackageContentRequest.withContentType(PackageContentType contentType)
Function package content type.
|
PutSolFunctionPackageContentRequest |
PutSolFunctionPackageContentRequest.withContentType(String contentType)
Function package content type.
|
PutSolFunctionPackageContentRequest |
PutSolFunctionPackageContentRequest.withFile(ByteBuffer file)
Function package file.
|
PutSolFunctionPackageContentRequest |
PutSolFunctionPackageContentRequest.withVnfPkgId(String vnfPkgId)
Function package ID.
|
Copyright © 2024. All rights reserved.