Uses of Interface
software.amazon.awssdk.services.iot.model.SecurityProfileTarget.Builder
-
Packages that use SecurityProfileTarget.Builder Package Description software.amazon.awssdk.services.iot.model -
-
Uses of SecurityProfileTarget.Builder in software.amazon.awssdk.services.iot.model
Methods in software.amazon.awssdk.services.iot.model that return SecurityProfileTarget.Builder Modifier and Type Method Description SecurityProfileTarget.BuilderSecurityProfileTarget.Builder. arn(String arn)The ARN of the security profile.static SecurityProfileTarget.BuilderSecurityProfileTarget. builder()SecurityProfileTarget.BuilderSecurityProfileTarget. toBuilder()Methods in software.amazon.awssdk.services.iot.model that return types with arguments of type SecurityProfileTarget.Builder Modifier and Type Method Description static Class<? extends SecurityProfileTarget.Builder>SecurityProfileTarget. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.iot.model with type arguments of type SecurityProfileTarget.Builder Modifier and Type Method Description default SecurityProfileTargetMapping.BuilderSecurityProfileTargetMapping.Builder. target(Consumer<SecurityProfileTarget.Builder> target)Information about the target (thing group) associated with the security profile.
-