Uses of Class
software.amazon.awssdk.services.iot.model.SecurityProfileTarget
-
Packages that use SecurityProfileTarget Package Description software.amazon.awssdk.services.iot.model software.amazon.awssdk.services.iot.paginators -
-
Uses of SecurityProfileTarget in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SecurityProfileTarget Modifier and Type Method Description SecurityProfileTargetSecurityProfileTargetMapping. target()Information about the target (thing group) associated with the security profile.Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SecurityProfileTarget Modifier and Type Method Description List<SecurityProfileTarget>ListTargetsForSecurityProfileResponse. securityProfileTargets()The thing groups to which the security profile is attached.Methods in software.amazon.awssdk.services.iot.model with parameters of type SecurityProfileTarget Modifier and Type Method Description ListTargetsForSecurityProfileResponse.BuilderListTargetsForSecurityProfileResponse.Builder. securityProfileTargets(SecurityProfileTarget... securityProfileTargets)The thing groups to which the security profile is attached.SecurityProfileTargetMapping.BuilderSecurityProfileTargetMapping.Builder. target(SecurityProfileTarget target)Information about the target (thing group) associated with the security profile.Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type SecurityProfileTarget Modifier and Type Method Description ListTargetsForSecurityProfileResponse.BuilderListTargetsForSecurityProfileResponse.Builder. securityProfileTargets(Collection<SecurityProfileTarget> securityProfileTargets)The thing groups to which the security profile is attached. -
Uses of SecurityProfileTarget in software.amazon.awssdk.services.iot.paginators
Methods in software.amazon.awssdk.services.iot.paginators that return types with arguments of type SecurityProfileTarget Modifier and Type Method Description SdkIterable<SecurityProfileTarget>ListTargetsForSecurityProfileIterable. securityProfileTargets()Returns an iterable to iterate through the paginatedListTargetsForSecurityProfileResponse.securityProfileTargets()member.SdkPublisher<SecurityProfileTarget>ListTargetsForSecurityProfilePublisher. securityProfileTargets()Returns a publisher that can be used to get a stream of data.
-