Uses of Class
software.amazon.awssdk.services.networkmanager.model.Device
-
Packages that use Device Package Description software.amazon.awssdk.services.networkmanager.model software.amazon.awssdk.services.networkmanager.paginators -
-
Uses of Device in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return Device Modifier and Type Method Description DeviceCreateDeviceResponse. device()Information about the device.DeviceDeleteDeviceResponse. device()Information about the device.DeviceUpdateDeviceResponse. device()Information about the device.Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type Device Modifier and Type Method Description List<Device>GetDevicesResponse. devices()The devices.Methods in software.amazon.awssdk.services.networkmanager.model with parameters of type Device Modifier and Type Method Description CreateDeviceResponse.BuilderCreateDeviceResponse.Builder. device(Device device)Information about the device.DeleteDeviceResponse.BuilderDeleteDeviceResponse.Builder. device(Device device)Information about the device.UpdateDeviceResponse.BuilderUpdateDeviceResponse.Builder. device(Device device)Information about the device.GetDevicesResponse.BuilderGetDevicesResponse.Builder. devices(Device... devices)The devices.Method parameters in software.amazon.awssdk.services.networkmanager.model with type arguments of type Device Modifier and Type Method Description GetDevicesResponse.BuilderGetDevicesResponse.Builder. devices(Collection<Device> devices)The devices. -
Uses of Device in software.amazon.awssdk.services.networkmanager.paginators
Methods in software.amazon.awssdk.services.networkmanager.paginators that return types with arguments of type Device Modifier and Type Method Description SdkIterable<Device>GetDevicesIterable. devices()Returns an iterable to iterate through the paginatedGetDevicesResponse.devices()member.SdkPublisher<Device>GetDevicesPublisher. devices()Returns a publisher that can be used to get a stream of data.
-