Uses of Class
software.amazon.awssdk.services.iotwireless.model.GetServiceProfileResponse
-
Packages that use GetServiceProfileResponse Package Description software.amazon.awssdk.services.iotwireless AWS IoT Wireless provides bi-directional communication between internet-connected wireless devices and the AWS Cloud. -
-
Uses of GetServiceProfileResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return GetServiceProfileResponse Modifier and Type Method Description default GetServiceProfileResponseIotWirelessClient. getServiceProfile(Consumer<GetServiceProfileRequest.Builder> getServiceProfileRequest)Gets information about a service profile.default GetServiceProfileResponseIotWirelessClient. getServiceProfile(GetServiceProfileRequest getServiceProfileRequest)Gets information about a service profile.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type GetServiceProfileResponse Modifier and Type Method Description default CompletableFuture<GetServiceProfileResponse>IotWirelessAsyncClient. getServiceProfile(Consumer<GetServiceProfileRequest.Builder> getServiceProfileRequest)Gets information about a service profile.default CompletableFuture<GetServiceProfileResponse>IotWirelessAsyncClient. getServiceProfile(GetServiceProfileRequest getServiceProfileRequest)Gets information about a service profile.
-