Uses of Class
software.amazon.awssdk.services.iot.model.SecurityProfileTargetMapping
-
Packages that use SecurityProfileTargetMapping Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of SecurityProfileTargetMapping in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SecurityProfileTargetMapping Modifier and Type Method Description List<SecurityProfileTargetMapping>ListSecurityProfilesForTargetResponse. securityProfileTargetMappings()A list of security profiles and their associated targets.Methods in software.amazon.awssdk.services.iot.model with parameters of type SecurityProfileTargetMapping Modifier and Type Method Description ListSecurityProfilesForTargetResponse.BuilderListSecurityProfilesForTargetResponse.Builder. securityProfileTargetMappings(SecurityProfileTargetMapping... securityProfileTargetMappings)A list of security profiles and their associated targets.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type SecurityProfileTargetMapping Modifier and Type Method Description ListSecurityProfilesForTargetResponse.BuilderListSecurityProfilesForTargetResponse.Builder. securityProfileTargetMappings(Collection<SecurityProfileTargetMapping> securityProfileTargetMappings)A list of security profiles and their associated targets. -
Uses of SecurityProfileTargetMapping in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type SecurityProfileTargetMapping Modifier and Type Method Description SdkIterable<SecurityProfileTargetMapping>ListSecurityProfilesForTargetIterable. securityProfileTargetMappings()Returns an iterable to iterate through the paginatedListSecurityProfilesForTargetResponse.securityProfileTargetMappings()member.SdkPublisher<SecurityProfileTargetMapping>ListSecurityProfilesForTargetPublisher. securityProfileTargetMappings()Returns a publisher that can be used to get a stream of data.
-