| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileResult |
AbstractAWSIot.updateSecurityProfile(UpdateSecurityProfileRequest request) |
UpdateSecurityProfileResult |
AWSIot.updateSecurityProfile(UpdateSecurityProfileRequest updateSecurityProfileRequest)
Updates a Device Defender security profile.
|
UpdateSecurityProfileResult |
AWSIotClient.updateSecurityProfile(UpdateSecurityProfileRequest request)
Updates a Device Defender security profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSecurityProfileResult> |
AWSIotAsync.updateSecurityProfileAsync(UpdateSecurityProfileRequest updateSecurityProfileRequest,
AsyncHandler<UpdateSecurityProfileRequest,UpdateSecurityProfileResult> asyncHandler)
Updates a Device Defender security profile.
|
Future<UpdateSecurityProfileResult> |
AWSIotAsyncClient.updateSecurityProfileAsync(UpdateSecurityProfileRequest request,
AsyncHandler<UpdateSecurityProfileRequest,UpdateSecurityProfileResult> asyncHandler) |
Future<UpdateSecurityProfileResult> |
AbstractAWSIotAsync.updateSecurityProfileAsync(UpdateSecurityProfileRequest request,
AsyncHandler<UpdateSecurityProfileRequest,UpdateSecurityProfileResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.addAlertTargetsEntry(String key,
AlertTarget value) |
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.clearAlertTargetsEntries()
Removes all the entries added into AlertTargets.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.clone() |
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withAlertTargets(Map<String,AlertTarget> alertTargets)
Where the alerts are sent.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withBehaviors(Behavior... behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withBehaviors(Collection<Behavior> behaviors)
Specifies the behaviors that, when violated by a device (thing), cause an alert.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withCreationDate(Date creationDate)
The time the security profile was created.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withLastModifiedDate(Date lastModifiedDate)
The time the security profile was last modified.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withSecurityProfileArn(String securityProfileArn)
The ARN of the security profile that was updated.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withSecurityProfileDescription(String securityProfileDescription)
The description of the security profile.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withSecurityProfileName(String securityProfileName)
The name of the security profile that was updated.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withVersion(Long version)
The updated version of the security profile.
|
Copyright © 2018. All rights reserved.