Uses of Class
software.amazon.awssdk.services.iot.model.DeleteSecurityProfileResponse
-
Packages that use DeleteSecurityProfileResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of DeleteSecurityProfileResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return DeleteSecurityProfileResponse Modifier and Type Method Description default DeleteSecurityProfileResponseIotClient. deleteSecurityProfile(Consumer<DeleteSecurityProfileRequest.Builder> deleteSecurityProfileRequest)Deletes a Device Defender security profile.default DeleteSecurityProfileResponseIotClient. deleteSecurityProfile(DeleteSecurityProfileRequest deleteSecurityProfileRequest)Deletes a Device Defender security profile.Methods in software.amazon.awssdk.services.iot that return types with arguments of type DeleteSecurityProfileResponse Modifier and Type Method Description default CompletableFuture<DeleteSecurityProfileResponse>IotAsyncClient. deleteSecurityProfile(Consumer<DeleteSecurityProfileRequest.Builder> deleteSecurityProfileRequest)Deletes a Device Defender security profile.default CompletableFuture<DeleteSecurityProfileResponse>IotAsyncClient. deleteSecurityProfile(DeleteSecurityProfileRequest deleteSecurityProfileRequest)Deletes a Device Defender security profile.
-