| Package | Description |
|---|---|
| com.amazonaws.services.private5g |
Amazon Web Services Private 5G is a managed service that makes it easy to deploy, operate, and scale your own private
mobile network at your on-premises location.
|
| com.amazonaws.services.private5g.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateNetworkSitePlanResult> |
AbstractAWSPrivate5GAsync.updateNetworkSitePlanAsync(UpdateNetworkSitePlanRequest request,
AsyncHandler<UpdateNetworkSitePlanRequest,UpdateNetworkSitePlanResult> asyncHandler) |
Future<UpdateNetworkSitePlanResult> |
AWSPrivate5GAsync.updateNetworkSitePlanAsync(UpdateNetworkSitePlanRequest updateNetworkSitePlanRequest,
AsyncHandler<UpdateNetworkSitePlanRequest,UpdateNetworkSitePlanResult> asyncHandler)
Updates the specified network site plan.
|
Future<UpdateNetworkSitePlanResult> |
AWSPrivate5GAsyncClient.updateNetworkSitePlanAsync(UpdateNetworkSitePlanRequest request,
AsyncHandler<UpdateNetworkSitePlanRequest,UpdateNetworkSitePlanResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateNetworkSitePlanRequest |
UpdateNetworkSitePlanRequest.clone() |
UpdateNetworkSitePlanRequest |
UpdateNetworkSitePlanRequest.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
UpdateNetworkSitePlanRequest |
UpdateNetworkSitePlanRequest.withNetworkSiteArn(String networkSiteArn)
The Amazon Resource Name (ARN) of the network site.
|
UpdateNetworkSitePlanRequest |
UpdateNetworkSitePlanRequest.withPendingPlan(SitePlan pendingPlan)
The pending plan.
|
Copyright © 2023. All rights reserved.