Uses of Class
software.amazon.awssdk.services.iot.model.UpdateSecurityProfileResponse
-
Packages that use UpdateSecurityProfileResponse Package Description software.amazon.awssdk.services.iot IoT -
-
Uses of UpdateSecurityProfileResponse in software.amazon.awssdk.services.iot
Methods in software.amazon.awssdk.services.iot that return UpdateSecurityProfileResponse Modifier and Type Method Description default UpdateSecurityProfileResponseIotClient. updateSecurityProfile(Consumer<UpdateSecurityProfileRequest.Builder> updateSecurityProfileRequest)Updates a Device Defender security profile.default UpdateSecurityProfileResponseIotClient. updateSecurityProfile(UpdateSecurityProfileRequest updateSecurityProfileRequest)Updates a Device Defender security profile.Methods in software.amazon.awssdk.services.iot that return types with arguments of type UpdateSecurityProfileResponse Modifier and Type Method Description default CompletableFuture<UpdateSecurityProfileResponse>IotAsyncClient. updateSecurityProfile(Consumer<UpdateSecurityProfileRequest.Builder> updateSecurityProfileRequest)Updates a Device Defender security profile.default CompletableFuture<UpdateSecurityProfileResponse>IotAsyncClient. updateSecurityProfile(UpdateSecurityProfileRequest updateSecurityProfileRequest)Updates a Device Defender security profile.
-