Uses of Class
software.amazon.awssdk.services.panorama.model.NetworkPayload
-
Packages that use NetworkPayload Package Description software.amazon.awssdk.services.panorama.model -
-
Uses of NetworkPayload in software.amazon.awssdk.services.panorama.model
Methods in software.amazon.awssdk.services.panorama.model that return NetworkPayload Modifier and Type Method Description NetworkPayloadDescribeDeviceResponse. networkingConfiguration()The device's networking configuration.NetworkPayloadProvisionDeviceRequest. networkingConfiguration()A networking configuration for the device.Methods in software.amazon.awssdk.services.panorama.model with parameters of type NetworkPayload Modifier and Type Method Description DescribeDeviceResponse.BuilderDescribeDeviceResponse.Builder. networkingConfiguration(NetworkPayload networkingConfiguration)The device's networking configuration.ProvisionDeviceRequest.BuilderProvisionDeviceRequest.Builder. networkingConfiguration(NetworkPayload networkingConfiguration)A networking configuration for the device.
-