| Package | Description |
|---|---|
| software.amazon.awssdk.services.iot.model | |
| software.amazon.awssdk.services.iot.paginators |
| Modifier and Type | Method and Description |
|---|---|
SecurityProfileTarget |
SecurityProfileTargetMapping.target()
Information about the target (thing group) associated with the security profile.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityProfileTarget> |
ListTargetsForSecurityProfileResponse.securityProfileTargets()
The thing groups to which the security profile is attached.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForSecurityProfileResponse.Builder |
ListTargetsForSecurityProfileResponse.Builder.securityProfileTargets(SecurityProfileTarget... securityProfileTargets)
The thing groups to which the security profile is attached.
|
SecurityProfileTargetMapping.Builder |
SecurityProfileTargetMapping.Builder.target(SecurityProfileTarget target)
Information about the target (thing group) associated with the security profile.
|
| Modifier and Type | Method and Description |
|---|---|
ListTargetsForSecurityProfileResponse.Builder |
ListTargetsForSecurityProfileResponse.Builder.securityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)
The thing groups to which the security profile is attached.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<SecurityProfileTarget> |
ListTargetsForSecurityProfileIterable.securityProfileTargets()
Returns an iterable to iterate through the paginated
ListTargetsForSecurityProfileResponse.securityProfileTargets() member. |
SdkPublisher<SecurityProfileTarget> |
ListTargetsForSecurityProfilePublisher.securityProfileTargets()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.