Package | Description |
---|---|
software.amazon.awssdk.services.iot.model | |
software.amazon.awssdk.services.iot.paginators |
Modifier and Type | Method and Description |
---|---|
List<SecurityProfileTargetMapping> |
ListSecurityProfilesForTargetResponse.securityProfileTargetMappings()
A list of security profiles and their associated targets.
|
Modifier and Type | Method and Description |
---|---|
ListSecurityProfilesForTargetResponse.Builder |
ListSecurityProfilesForTargetResponse.Builder.securityProfileTargetMappings(SecurityProfileTargetMapping... securityProfileTargetMappings)
A list of security profiles and their associated targets.
|
Modifier and Type | Method and Description |
---|---|
ListSecurityProfilesForTargetResponse.Builder |
ListSecurityProfilesForTargetResponse.Builder.securityProfileTargetMappings(Collection<SecurityProfileTargetMapping> securityProfileTargetMappings)
A list of security profiles and their associated targets.
|
Modifier and Type | Method and Description |
---|---|
SdkIterable<SecurityProfileTargetMapping> |
ListSecurityProfilesForTargetIterable.securityProfileTargetMappings()
Returns an iterable to iterate through the paginated
ListSecurityProfilesForTargetResponse.securityProfileTargetMappings() member. |
SdkPublisher<SecurityProfileTargetMapping> |
ListSecurityProfilesForTargetPublisher.securityProfileTargetMappings()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2023. All rights reserved.