Uses of Interface
software.amazon.awssdk.services.iotwireless.model.GetDeviceProfileRequest.Builder
-
Packages that use GetDeviceProfileRequest.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 GetDeviceProfileRequest.Builder in software.amazon.awssdk.services.iotwireless
Method parameters in software.amazon.awssdk.services.iotwireless with type arguments of type GetDeviceProfileRequest.Builder Modifier and Type Method Description default CompletableFuture<GetDeviceProfileResponse>IotWirelessAsyncClient. getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)Gets information about a device profile.default GetDeviceProfileResponseIotWirelessClient. getDeviceProfile(Consumer<GetDeviceProfileRequest.Builder> getDeviceProfileRequest)Gets information about a device profile. -
Uses of GetDeviceProfileRequest.Builder in software.amazon.awssdk.services.iotwireless.model
Methods in software.amazon.awssdk.services.iotwireless.model that return GetDeviceProfileRequest.Builder Modifier and Type Method Description static GetDeviceProfileRequest.BuilderGetDeviceProfileRequest. builder()GetDeviceProfileRequest.BuilderGetDeviceProfileRequest.Builder. id(String id)The ID of the resource to get.GetDeviceProfileRequest.BuilderGetDeviceProfileRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetDeviceProfileRequest.BuilderGetDeviceProfileRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetDeviceProfileRequest.BuilderGetDeviceProfileRequest. toBuilder()Methods in software.amazon.awssdk.services.iotwireless.model that return types with arguments of type GetDeviceProfileRequest.Builder Modifier and Type Method Description static Class<? extends GetDeviceProfileRequest.Builder>GetDeviceProfileRequest. serializableBuilderClass()
-