| Package | Description |
|---|---|
| com.amazonaws.services.iot.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileIdentifier |
SecurityProfileIdentifier.clone() |
SecurityProfileIdentifier |
SecurityProfileTargetMapping.getSecurityProfileIdentifier()
Information that identifies the security profile.
|
SecurityProfileIdentifier |
SecurityProfileIdentifier.withArn(String arn)
The ARN of the security profile.
|
SecurityProfileIdentifier |
SecurityProfileIdentifier.withName(String name)
The name you've given to the security profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityProfileIdentifier> |
ListSecurityProfilesResult.getSecurityProfileIdentifiers()
A list of security profile identifiers (names and ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityProfileTargetMapping.setSecurityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
|
SecurityProfileTargetMapping |
SecurityProfileTargetMapping.withSecurityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
|
ListSecurityProfilesResult |
ListSecurityProfilesResult.withSecurityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListSecurityProfilesResult.setSecurityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
ListSecurityProfilesResult |
ListSecurityProfilesResult.withSecurityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
Copyright © 2024. All rights reserved.