Uses of Class
software.amazon.awssdk.services.networkflowmonitor.model.TargetId
-
Packages that use TargetId Package Description software.amazon.awssdk.services.networkflowmonitor.model -
-
Uses of TargetId in software.amazon.awssdk.services.networkflowmonitor.model
Methods in software.amazon.awssdk.services.networkflowmonitor.model that return TargetId Modifier and Type Method Description static TargetIdTargetId. fromAccountId(String accountId)Create an instance of this class withaccountId()initialized to the given value.TargetIdTargetIdentifier. targetId()The identifier for a target.Methods in software.amazon.awssdk.services.networkflowmonitor.model with parameters of type TargetId Modifier and Type Method Description TargetIdentifier.BuilderTargetIdentifier.Builder. targetId(TargetId targetId)The identifier for a target.
-