| Package | Description |
|---|---|
| com.amazonaws.services.iot |
|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileResult |
AWSIotClient.updateSecurityProfile(UpdateSecurityProfileRequest request)
Updates a Device Defender security profile.
|
UpdateSecurityProfileResult |
AbstractAWSIot.updateSecurityProfile(UpdateSecurityProfileRequest request) |
UpdateSecurityProfileResult |
AWSIot.updateSecurityProfile(UpdateSecurityProfileRequest updateSecurityProfileRequest)
Updates a Device Defender security profile.
|
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSecurityProfileResult> |
AWSIotAsyncClient.updateSecurityProfileAsync(UpdateSecurityProfileRequest request,
AsyncHandler<UpdateSecurityProfileRequest,UpdateSecurityProfileResult> asyncHandler) |
Future<UpdateSecurityProfileResult> |
AbstractAWSIotAsync.updateSecurityProfileAsync(UpdateSecurityProfileRequest request,
AsyncHandler<UpdateSecurityProfileRequest,UpdateSecurityProfileResult> asyncHandler) |
Future<UpdateSecurityProfileResult> |
AWSIotAsync.updateSecurityProfileAsync(UpdateSecurityProfileRequest updateSecurityProfileRequest,
AsyncHandler<UpdateSecurityProfileRequest,UpdateSecurityProfileResult> asyncHandler)
Updates a Device Defender security profile.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.addAlertTargetsEntry(String key,
AlertTarget value)
Add a single AlertTargets entry
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.clearAlertTargetsEntries()
Removes all the entries added into AlertTargets.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.clone() |
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withAdditionalMetricsToRetain(Collection<String> additionalMetricsToRetain)
Deprecated.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withAdditionalMetricsToRetain(String... additionalMetricsToRetain)
Deprecated.
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withAdditionalMetricsToRetainV2(Collection<MetricToRetain> additionalMetricsToRetainV2)
A list of metrics whose data is retained (stored).
|
UpdateSecurityProfileResult |
UpdateSecurityProfileResult.withAdditionalMetricsToRetainV2(MetricToRetain... additionalMetricsToRetainV2)
A list of metrics whose data is retained (stored).
|
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.withMetricsExportConfig(MetricsExportConfig metricsExportConfig)
Specifies the MQTT topic and role ARN required for metric export.
|
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 © 2023. All rights reserved.