Uses of Class
software.amazon.awssdk.services.iotwireless.model.DeleteServiceProfileResponse
-
Packages that use DeleteServiceProfileResponse 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 DeleteServiceProfileResponse in software.amazon.awssdk.services.iotwireless
Methods in software.amazon.awssdk.services.iotwireless that return DeleteServiceProfileResponse Modifier and Type Method Description default DeleteServiceProfileResponseIotWirelessClient. deleteServiceProfile(Consumer<DeleteServiceProfileRequest.Builder> deleteServiceProfileRequest)Deletes a service profile.default DeleteServiceProfileResponseIotWirelessClient. deleteServiceProfile(DeleteServiceProfileRequest deleteServiceProfileRequest)Deletes a service profile.Methods in software.amazon.awssdk.services.iotwireless that return types with arguments of type DeleteServiceProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteServiceProfileResponse>IotWirelessAsyncClient. deleteServiceProfile(Consumer<DeleteServiceProfileRequest.Builder> deleteServiceProfileRequest)Deletes a service profile.default CompletableFuture<DeleteServiceProfileResponse>IotWirelessAsyncClient. deleteServiceProfile(DeleteServiceProfileRequest deleteServiceProfileRequest)Deletes a service profile.
-