| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileIdentifier |
SecurityProfileTargetMapping.securityProfileIdentifier()
Information that identifies the security profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityProfileIdentifier> |
ListSecurityProfilesResponse.securityProfileIdentifiers()
A list of security profile identifiers (names and ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileTargetMapping.Builder |
SecurityProfileTargetMapping.Builder.securityProfileIdentifier(SecurityProfileIdentifier securityProfileIdentifier)
Information that identifies the security profile.
|
ListSecurityProfilesResponse.Builder |
ListSecurityProfilesResponse.Builder.securityProfileIdentifiers(SecurityProfileIdentifier... securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
ListSecurityProfilesResponse.Builder |
ListSecurityProfilesResponse.Builder.securityProfileIdentifiers(Collection<SecurityProfileIdentifier> securityProfileIdentifiers)
A list of security profile identifiers (names and ARNs).
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SecurityProfileIdentifier> |
ListSecurityProfilesPublisher.securityProfileIdentifiers()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SecurityProfileIdentifier> |
ListSecurityProfilesIterable.securityProfileIdentifiers()
Returns an iterable to iterate through the paginated
ListSecurityProfilesResponse.securityProfileIdentifiers() member. |
Copyright © 2021. All rights reserved.