Package-level declarations

Types

Link copied to clipboard

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. Private 5G provides the pre-configured hardware and software for mobile networks, helps automate setup, and scales capacity on demand to support additional devices as needed.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Functions

Link copied to clipboard

Acknowledges that the specified network order was received.

Link copied to clipboard

Activates the specified device identifier.

Link copied to clipboard

Activates the specified network site.

Link copied to clipboard

Configures the specified network resource.

Link copied to clipboard

Creates a network.

Link copied to clipboard

Creates a network site.

Link copied to clipboard

Deactivates the specified device identifier.

Link copied to clipboard

Deletes the specified network. You must delete network sites before you delete the network. For more information, see DeleteNetworkSite in the API Reference for Amazon Web Services Private 5G.

Link copied to clipboard

Deletes the specified network site. Return the hardware after you delete the network site. You are responsible for minimum charges. For more information, see Hardware returns in the Amazon Web Services Private 5G User Guide.

Link copied to clipboard

Gets the specified device identifier.

Link copied to clipboard

Gets the specified network.

Link copied to clipboard

Gets the specified network resource.

Link copied to clipboard

Gets the specified network site.

Link copied to clipboard
inline suspend fun PrivateNetworksClient.getOrder(crossinline block: GetOrderRequest.Builder.() -> Unit): GetOrderResponse

Gets the specified order.

Link copied to clipboard

Lists device identifiers. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order, the status of device identifiers, or the ARN of the traffic group.

Link copied to clipboard

Lists network resources. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of an order or the status of network resources.

Link copied to clipboard

Lists networks. Add filters to your request to return a more specific list of results. Use filters to match the status of the network.

Link copied to clipboard

Lists network sites. Add filters to your request to return a more specific list of results. Use filters to match the status of the network site.

Link copied to clipboard

Lists orders. Add filters to your request to return a more specific list of results. Use filters to match the Amazon Resource Name (ARN) of the network site or the status of the order.

Link copied to clipboard

Lists the tags for the specified resource.

Link copied to clipboard
inline suspend fun PrivateNetworksClient.ping(crossinline block: PingRequest.Builder.() -> Unit): PingResponse

Checks the health of the service.

Link copied to clipboard

Use this action to do the following tasks:

Link copied to clipboard

Adds tags to the specified resource.

Link copied to clipboard

Removes tags from the specified resource.

Link copied to clipboard

Updates the specified network site.

Link copied to clipboard

Updates the specified network site plan.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.