Uses of Class
software.amazon.awssdk.services.iotwireless.model.CreateServiceProfileRequest
-
Packages that use CreateServiceProfileRequest 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.transform -
-
Uses of CreateServiceProfileRequest in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless with parameters of type CreateServiceProfileRequest Modifier and Type Method Description default CompletableFuture<CreateServiceProfileResponse>IotWirelessAsyncClient. createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest)Creates a new service profile.default CreateServiceProfileResponseIotWirelessClient. createServiceProfile(CreateServiceProfileRequest createServiceProfileRequest)Creates a new service profile. -
Uses of CreateServiceProfileRequest in software.amazon.awssdk.services.iotwireless.transform
Methods in software.amazon.awssdk.services.iotwireless.transform with parameters of type CreateServiceProfileRequest Modifier and Type Method Description SdkHttpFullRequestCreateServiceProfileRequestMarshaller. marshall(CreateServiceProfileRequest createServiceProfileRequest)
-