Uses of Interface
software.amazon.awssdk.services.networkmanager.model.GetDevicesResponse.Builder
-
Packages that use GetDevicesResponse.Builder Package Description software.amazon.awssdk.services.networkmanager.model -
-
Uses of GetDevicesResponse.Builder in software.amazon.awssdk.services.networkmanager.model
Methods in software.amazon.awssdk.services.networkmanager.model that return GetDevicesResponse.Builder Modifier and Type Method Description static GetDevicesResponse.BuilderGetDevicesResponse. builder()GetDevicesResponse.BuilderGetDevicesResponse.Builder. devices(Collection<Device> devices)The devices.GetDevicesResponse.BuilderGetDevicesResponse.Builder. devices(Consumer<Device.Builder>... devices)The devices.GetDevicesResponse.BuilderGetDevicesResponse.Builder. devices(Device... devices)The devices.GetDevicesResponse.BuilderGetDevicesResponse.Builder. nextToken(String nextToken)The token for the next page of results.GetDevicesResponse.BuilderGetDevicesResponse. toBuilder()Methods in software.amazon.awssdk.services.networkmanager.model that return types with arguments of type GetDevicesResponse.Builder Modifier and Type Method Description static Class<? extends GetDevicesResponse.Builder>GetDevicesResponse. serializableBuilderClass()
-