Uses of Interface
software.amazon.awssdk.services.iotwireless.model.GetWirelessGatewayFirmwareInformationRequest.Builder
-
Packages that use GetWirelessGatewayFirmwareInformationRequest.Builder Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud.software.amazon.awssdk.services.iotwireless.model -
-
Uses of GetWirelessGatewayFirmwareInformationRequest.Builder in software.amazon.awssdk.services.iotwireless
Method parameters in software.amazon.awssdk.services.iotwireless with type arguments of type GetWirelessGatewayFirmwareInformationRequest.Builder Modifier and Type Method Description default CompletableFuture<GetWirelessGatewayFirmwareInformationResponse>IotWirelessAsyncClient. getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest)Gets the firmware version and other information about a wireless gateway.default GetWirelessGatewayFirmwareInformationResponseIotWirelessClient. getWirelessGatewayFirmwareInformation(Consumer<GetWirelessGatewayFirmwareInformationRequest.Builder> getWirelessGatewayFirmwareInformationRequest)Gets the firmware version and other information about a wireless gateway. -
Uses of GetWirelessGatewayFirmwareInformationRequest.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return GetWirelessGatewayFirmwareInformationRequest.Builder Modifier and Type Method Description static GetWirelessGatewayFirmwareInformationRequest.BuilderGetWirelessGatewayFirmwareInformationRequest. builder()GetWirelessGatewayFirmwareInformationRequest.BuilderGetWirelessGatewayFirmwareInformationRequest.Builder. id(String id)The ID of the resource to get.GetWirelessGatewayFirmwareInformationRequest.BuilderGetWirelessGatewayFirmwareInformationRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWirelessGatewayFirmwareInformationRequest.BuilderGetWirelessGatewayFirmwareInformationRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetWirelessGatewayFirmwareInformationRequest.BuilderGetWirelessGatewayFirmwareInformationRequest. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type GetWirelessGatewayFirmwareInformationRequest.Builder Modifier and Type Method Description static Class<? extends GetWirelessGatewayFirmwareInformationRequest.Builder>GetWirelessGatewayFirmwareInformationRequest. serializableBuilderClass()
-